summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266e91d45cfb..8e9866d975ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mpdris2-py3
pkgdesc = MPRIS2 support for MPD using python 3
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eonpatapon/mpDris2
arch = any
license = GPL3
makedepends = intltool
depends = python-dbus
depends = python-mpd2
+ depends = python-gobject
optdepends = mutagen: read covers from music files
optdepends = python-gobject: Gnome notifications and media keys
provides = mpdris2
diff --git a/PKGBUILD b/PKGBUILD
index 3b09d30b6b17..55558a33a877 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=mpdris2-py3
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="MPRIS2 support for MPD using python 3"
url="https://github.com/eonpatapon/mpDris2"
arch=('any')
license=('GPL3')
-depends=('python-dbus' 'python-mpd2')
+depends=('python-dbus' 'python-mpd2' 'python-gobject')
provides=('mpdris2')
conflicts=('mpdris2')
makedepends=('intltool')