summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5704377777b1..f0d7c30168d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Thomas Weißschuh <thomas_weissschuh lavabit com>
pkgname=mpdris2
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="MPRIS2 support for MPD"
url="https://github.com/eonpatapon/mpDris2"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('mpd' 'dbus-python' 'python2-gobject' 'python2' 'python-mpd')
+depends=('python2-dbus' 'python2-gobject' 'python2-mpd')
makedepends=('intltool')
source=("https://github.com/downloads/eonpatapon/mpDris2/mpDris2-${pkgver}.tar.gz")
build() {
cd "${srcdir}/mpDris2-${pkgver}"
- ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
sed -i "1s/python/python2/" "src/mpDris2"
@@ -23,4 +22,4 @@ package() {
cd "${srcdir}/mpDris2-${pkgver}"
make DESTDIR="$pkgdir" install
}
-sha512sums=('280f0ae49fac9defc90a5e9a5bec11239464568b01eb97870c97ad1ddc86c4f6ae933d924a0d15000b24cd2988124bbb1ca94e04c4fa6c26b70ef0e2bd3320b3')
+sha512sums=('b43f10fcb951bcda1f3b110ec04acbaf53118811855fca9c0b6875f04c30bb42bd6064a32a81c428f90650c2270f1da13cffd379ef5ed1a9c099bfd8f40a8f32')