summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86fd4928b55e..b3a1c9025965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mitts <mittens2001@opmbx.org>
pkgname=mopidy-gmusic
-pkgver=2.0.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="Mopidy extension for playing music from Google Play Music"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python2-setuptools' 'mopidy>=1.0.0' 'python2-pykka>=1.1.0' 'python2-gm
'python2-requests>=2.0' 'python2-cachetools>=1.0.0')
makedepends=('python2-setuptools')
source=("https://github.com/mopidy/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('14ccbd465b1911992d20b4d35e397158')
+md5sums=('6c95f059dfd8189f259c67e517adc38b')
package() {
cd "$srcdir/$pkgname-$pkgver"