summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2013-06-07 20:40:10 +0000
committerThomas Weißschuh2013-06-07 20:40:10 +0000
commit89226cf80a58ce013c7ff9e3c6ecb3f25c2186b0 (patch)
treed3e85c6ad5bb4ac44253bdd685292c5723a46a44
parentb6721940c9e21cc51f541b8deb0aa17cb868b2c8 (diff)
downloadaur-89226cf80a58ce013c7ff9e3c6ecb3f25c2186b0.tar.gz
update mpdris2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d092f81a85..07a51cde1b06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpdris2
pkgdesc = MPRIS2 support for MPD
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/eonpatapon/mpDris2
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = mpdris2
depends = python2-dbus
depends = python2-gobject
depends = python2-mpd
- source = https://github.com/downloads/eonpatapon/mpDris2/mpDris2-0.3.tar.gz
- sha512sums = b43f10fcb951bcda1f3b110ec04acbaf53118811855fca9c0b6875f04c30bb42bd6064a32a81c428f90650c2270f1da13cffd379ef5ed1a9c099bfd8f40a8f32
+ source = http://mpdris2.patapon.info/mpDris2-0.4/mpDris2-0.4.tar.gz
+ sha512sums = 0bf52459844fec5b47ace79090abe7fe87456b162d4a6ca9181ce52526cdad4506de2e9745a68b4d2d074b06a5c187388b3db67438e80001c01e27baeb487dee
pkgname = mpdris2
diff --git a/PKGBUILD b/PKGBUILD
index f0d7c30168d5..d1c96b7361b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas_weissschuh lavabit com>
pkgname=mpdris2
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="MPRIS2 support for MPD"
url="https://github.com/eonpatapon/mpDris2"
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
license=('GPL3')
depends=('python2-dbus' 'python2-gobject' 'python2-mpd')
makedepends=('intltool')
-source=("https://github.com/downloads/eonpatapon/mpDris2/mpDris2-${pkgver}.tar.gz")
+source=("http://mpdris2.patapon.info/mpDris2-${pkgver}/mpDris2-${pkgver}.tar.gz")
build() {
cd "${srcdir}/mpDris2-${pkgver}"
@@ -22,4 +22,4 @@ package() {
cd "${srcdir}/mpDris2-${pkgver}"
make DESTDIR="$pkgdir" install
}
-sha512sums=('b43f10fcb951bcda1f3b110ec04acbaf53118811855fca9c0b6875f04c30bb42bd6064a32a81c428f90650c2270f1da13cffd379ef5ed1a9c099bfd8f40a8f32')
+sha512sums=('0bf52459844fec5b47ace79090abe7fe87456b162d4a6ca9181ce52526cdad4506de2e9745a68b4d2d074b06a5c187388b3db67438e80001c01e27baeb487dee')