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 aedeba119b2a..1f7e295208d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpdris2
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="MPRIS2 support for MPD"
url="https://github.com/eonpatapon/mpDris2"
arch=('any')
@@ -10,8 +10,8 @@ license=('GPL3')
depends=('python-dbus' 'python-gobject2' 'python-mpd2')
makedepends=('intltool')
optdepends=(
- 'mutagen: read covers from music files'
- 'python-notify: notifications on track change'
+ 'python-mutagen: read covers from music files'
+ 'libnotify: notifications on track change'
)
source=("https://github.com/eonpatapon/mpDris2/archive/${pkgver}.tar.gz")
@@ -19,7 +19,6 @@ build() {
cd "${srcdir}/mpDris2-${pkgver}"
./autogen.sh --prefix=/usr --sysconfdir=/etc
make
- #sed -i "1s/python/python2/" "src/mpDris2"
}
package() {