summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20403b99a505..9ffdc4e81a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Petitjean <alpetitjean at gmail dot com>
pkgname=mopidy-somafm
-pkgver=2.0.0rc1
+pkgver=2.0.1
pkgrel=1
pkgdesc="Mopidy extension for playing music from SomaFM"
arch=('any')
@@ -11,8 +11,8 @@ depends=(
'mopidy>=3.0'
'python-requests>=2.0')
provides=('mopidy-somafm')
-source=("https://github.com/AlexandrePTJ/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('6ab13330a109f9b05e36d00d8b69c4f5')
+source=("https://github.com/AlexandrePTJ/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('290f7e24bbe41931e566f3d680f1eb13')
package() {
cd "$srcdir/$pkgname-$pkgver"