summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2012-11-15 18:47:08 +0000
committerThomas Weißschuh2012-11-15 18:47:08 +0000
commitb6721940c9e21cc51f541b8deb0aa17cb868b2c8 (patch)
tree335075ec4871de6e1515c2ffdadb3dd8e2ee0929
parentd7eb2afd8af57aae3dd0d4d878a289905c27cda0 (diff)
downloadaur-b6721940c9e21cc51f541b8deb0aa17cb868b2c8.tar.gz
bump mpdris2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bc7436bfb5f..49d092f81a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = mpdris2
pkgdesc = MPRIS2 support for MPD
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/eonpatapon/mpDris2
arch = x86_64
arch = i686
license = GPL3
makedepends = intltool
- depends = mpd
- depends = dbus-python
+ depends = python2-dbus
depends = python2-gobject
- depends = python2
- depends = python-mpd
- source = https://github.com/downloads/eonpatapon/mpDris2/mpDris2-0.2.tar.gz
- sha512sums = 280f0ae49fac9defc90a5e9a5bec11239464568b01eb97870c97ad1ddc86c4f6ae933d924a0d15000b24cd2988124bbb1ca94e04c4fa6c26b70ef0e2bd3320b3
+ depends = python2-mpd
+ source = https://github.com/downloads/eonpatapon/mpDris2/mpDris2-0.3.tar.gz
+ sha512sums = b43f10fcb951bcda1f3b110ec04acbaf53118811855fca9c0b6875f04c30bb42bd6064a32a81c428f90650c2270f1da13cffd379ef5ed1a9c099bfd8f40a8f32
pkgname = mpdris2
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')