summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2017-06-01 18:12:26 +0200
committerJoost Bremmer2017-06-01 18:12:26 +0200
commit3104f34041fced72ab2fd7252a14a5b1d0b4daeb (patch)
treec577d3063e6d3258109ab29a32cc49669a364416
parent29759b14a60923410062a040591900ad4b80ef85 (diff)
parentefd722aae312345fd84e3a3394427bedeb66a24a (diff)
downloadaur-3104f34041fced72ab2fd7252a14a5b1d0b4daeb.tar.gz
update pkg: mpdris2-py3 0.7-3
Merge subtree 'mpdris2-py3'
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD9
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9866d975ee..750bd22aa86d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mpdris2-py3
pkgdesc = MPRIS2 support for MPD using python 3
pkgver = 0.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/eonpatapon/mpDris2
arch = any
license = GPL3
makedepends = intltool
depends = python-dbus
depends = python-mpd2
+ depends = libnotify
depends = python-gobject
optdepends = mutagen: read covers from music files
optdepends = python-gobject: Gnome notifications and media keys
diff --git a/PKGBUILD b/PKGBUILD
index 55558a33a877..922b911cb896 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,21 @@
pkgname=mpdris2-py3
pkgver=0.7
-pkgrel=2
+pkgrel=3
pkgdesc="MPRIS2 support for MPD using python 3"
url="https://github.com/eonpatapon/mpDris2"
arch=('any')
license=('GPL3')
-depends=('python-dbus' 'python-mpd2' 'python-gobject')
+depends=('python-dbus'
+ 'python-mpd2'
+ 'libnotify'
+ 'python-gobject')
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')