summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6258f2f44e77..5c44af610f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpdevil-git
pkgdesc = A simple music browser for MPD (git version)
- pkgver = v0.9.7.r0.g70ca48b
+ pkgver = v0.9.7.r4.gb6be0f0
pkgrel = 1
url = https://github.com/SoongNoonien/mpdevil
arch = any
@@ -13,7 +13,6 @@ pkgbase = mpdevil-git
depends = python-gobject
depends = python-requests
depends = python-beautifulsoup4
- depends = python-dbus
provides = mpdevil
conflicts = mpdevil
source = git+https://github.com/SoongNoonien/mpdevil.git
diff --git a/PKGBUILD b/PKGBUILD
index d9af30842288..13244b475f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Martin Wagner <martin.wagner.dev@gmail.com>
pkgname=mpdevil-git
-pkgver=v0.9.7.r0.g70ca48b
+pkgver=v0.9.7.r4.gb6be0f0
pkgrel=1
pkgdesc="A simple music browser for MPD (git version)"
arch=('any')
license=('GPL-3')
url="https://github.com/SoongNoonien/mpdevil"
-depends=('python-mpd2' 'gtk3' 'libnotify' 'python-gobject' 'python-requests' 'python-beautifulsoup4' 'python-dbus')
+depends=('python-mpd2' 'gtk3' 'libnotify' 'python-gobject' 'python-requests' 'python-beautifulsoup4')
makedepends=('git' 'python-distutils-extra')
provides=('mpdevil')
conflicts=('mpdevil')