summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2017-03-18 19:25:38 +0100
committerJoost Bremmer2017-03-18 19:25:38 +0100
commitefd722aae312345fd84e3a3394427bedeb66a24a (patch)
tree0501627ddf0f5732946ffc321f6052cdee82fc80
parenteb8a29d2216524a6ab46a5e4caae048b7ec3dfd9 (diff)
downloadaur-efd722aae312345fd84e3a3394427bedeb66a24a.tar.gz
update pkg: mpdris2-py3 0.7-2
Add missing libnotify dependency
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266e91d45cfb..8326cdb3489c 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 = libnotify
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..b67bdd99543b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
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' 'libnotify')
provides=('mpdris2')
conflicts=('mpdris2')
makedepends=('intltool')
optdepends=(
'mutagen: read covers from music files'
- 'python-gobject: Gnome notifications and media keys'
+ 'python-gobject: Gnome notifications and media keys'
)
source=("https://github.com/eonpatapon/mpDris2/archive/${pkgver}.tar.gz")
sha256sums=('41fc24128e13d4d2b58095c8496357079544fb6a52caca234690a6c265e6ba24')