summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Petitjean2015-12-07 08:30:59 +0000
committerAlexandre Petitjean2015-12-07 08:30:59 +0000
commit6add2f114505af1574c0c2c3c52f7320aa542e84 (patch)
tree848d162bca498c067a31320c78d1df1a6fa7f5ba /PKGBUILD
parent18baad595b8e2ee2ba82c8a7fed3766ef116e789 (diff)
downloadaur-6add2f114505af1574c0c2c3c52f7320aa542e84.tar.gz
Update 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ed229f43422..c20333f6eed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Petitjean <alpetitjean at gmail dot com>
pkgname=mopidy-dirble
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="Mopidy extension for Dirble open radio directory"
arch=('any')
@@ -11,12 +11,11 @@ depends=(
'mopidy>=1.0'
'python2-pykka>=1.1'
'python2-setuptools'
- 'python2-pycountry'
'python2-requests')
makedepends=('python2')
provides=('mopidy-dirble')
source=("https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('7bdc834816e4ce187a499f7bbae6f3d7')
+md5sums=('136000b57f3716b9863e43d4d05812d7')
package() {
cd "$srcdir/$pkgname-$pkgver"