summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ab072f1e4ff..ddaa0d9591fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,16 @@
-# Generated by mksrcinfo v8
-# Tue Mar 27 11:46:47 UTC 2018
pkgbase = mpdris2-py3-git
pkgdesc = MPRIS2 support for MPD using Python 3 -- git version
- pkgver = 0.7.r48.g1231f84
+ pkgver = 0.9.1.r0.g09e3371
pkgrel = 1
url = https://github.com/eonpatapon/mpDris2
arch = any
license = GPL3
- makedepends = git
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
+ optdepends = python-mutagen: read covers from music files
+ optdepends = libnotify: Desktop notification support
provides = mpdris2
conflicts = mpdris2
source = mpDris2::git+https://github.com/eonpatapon/mpDris2
@@ -22,4 +18,3 @@ pkgbase = mpdris2-py3-git
sha256sums = SKIP
pkgname = mpdris2-py3-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3b8298413c06..6763ef9d32c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Thomas Jost <schnouki@schnouki.net>
+# Maintainer: Aseem Athale <athaleaseem@gmail.com>
+# Contributor: Thomas Jost <schnouki@schnouki.net>
# Contributor: Joost Bremmer <toost.b@gmail.com>
# Contributor: Thomas Weißschuh <thomas t-8ch de>
pkgname=mpdris2-py3-git
-pkgver=0.7.r48.g1231f84
+pkgver=0.9.1.r0.g09e3371
pkgrel=1
pkgdesc="MPRIS2 support for MPD using Python 3 -- git version"
url="https://github.com/eonpatapon/mpDris2"
@@ -11,14 +12,13 @@ arch=('any')
license=('GPL3')
depends=('python-dbus'
'python-mpd2'
- 'libnotify'
'python-gobject')
provides=('mpdris2')
conflicts=('mpdris2')
-makedepends=('git' 'intltool')
+makedepends=('intltool')
optdepends=(
- 'mutagen: read covers from music files'
- 'python-gobject: Gnome notifications and media keys'
+ 'python-mutagen: read covers from music files'
+ 'libnotify: Desktop notification support'
)
source=("mpDris2::git+https://github.com/eonpatapon/mpDris2")
md5sums=('SKIP')