summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Wagner2020-12-27 21:03:04 +0100
committerMartin Wagner2020-12-27 21:03:04 +0100
commit71859ae79c79ed9f22e825ea7d4074750301f337 (patch)
treef4c3022fb0717515df67969edbada700547678a5 /PKGBUILD
parent6230ac972a1fa86bc658822917c867b05c89bc44 (diff)
downloadaur-71859ae79c79ed9f22e825ea7d4074750301f337.tar.gz
updated version and removed python-dbus depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e9b30748389..88073842b8d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Martin Wagner <martin.wagner.dev@gmail.com>
pkgname=mpdevil
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc="A simple music browser for MPD"
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=('python-distutils-extra')
source=("https://github.com/SoongNoonien/mpdevil/archive/v${pkgver}.tar.gz")
-sha256sums=('506163e30682993a84c429738632eb9153078ca6bc59d79e72e436b3c54925f8')
+sha256sums=('543d1974be47622dc1c497aee9aa6a0ab468988e037b2b523976707576626b97')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"