summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38e4ff454a9e..6644ab46e86d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mpdevil-git
pkgdesc = A small MPD client written in python (git version)
- pkgver = v0.8.5.r19.gadd6234
+ pkgver = v0.9.0.r0.g6b5526a
pkgrel = 1
url = https://github.com/SoongNoonien/mpdevil
arch = any
- license = GPL3
+ license = GPL-3
makedepends = git
makedepends = python-distutils-extra
depends = python-mpd2
@@ -14,7 +14,6 @@ pkgbase = mpdevil-git
depends = python-requests
depends = python-beautifulsoup4
depends = python-dbus
- depends = python-setuptools
provides = mpdevil
conflicts = mpdevil
source = git+https://github.com/SoongNoonien/mpdevil.git
diff --git a/PKGBUILD b/PKGBUILD
index c69abb258ff2..160fd02546e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Martin Wagner <martin.wagner.dev@gmail.com>
pkgname=mpdevil-git
-pkgver=v0.8.5.r19.gadd6234
+pkgver=v0.9.0.r0.g6b5526a
pkgrel=1
pkgdesc="A small MPD client written in python (git version)"
arch=('any')
-license=('GPL3')
+license=('GPL-3')
url="https://github.com/SoongNoonien/mpdevil"
-depends=('python-mpd2' 'gtk3' 'libnotify' 'python-gobject' 'python-requests' 'python-beautifulsoup4' 'python-dbus' 'python-setuptools')
+depends=('python-mpd2' 'gtk3' 'libnotify' 'python-gobject' 'python-requests' 'python-beautifulsoup4' 'python-dbus')
makedepends=('git' 'python-distutils-extra')
provides=('mpdevil')
conflicts=('mpdevil')