summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdarnold2015-08-25 10:52:54 -0400
committerjdarnold2015-08-25 10:52:54 -0400
commit8ce34ad83a40729b9eafc5cf13370de18080194d (patch)
treef2667c03e6cfd10ff21a4e5b909f1d00fafe539e
parent4b912da2043733fef2054ce382ee39d589c0dff6 (diff)
downloadaur-8ce34ad83a40729b9eafc5cf13370de18080194d.tar.gz
Fix pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca23b554dae5..3c1fc3cdf6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-gmusicapi-git
pkgdesc = Allows control of Google Music with Python
- pkgver = VERSION
- pkgrel = 3
+ pkgver = 6.0.0.r35.b2401a7-1
+ pkgrel = 4
url = https://github.com/simon-weber/gmusicapi
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 524fe983a141..5d6fb6b279b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_projectname=gmusicapi
_pkgname=python2-${_projectname}
pkgname=$_pkgname-git
-pkgver=VERSION
-pkgrel=3
+pkgver=6.0.0.r35.b2401a7-1
+pkgrel=4
pkgdesc="Allows control of Google Music with Python"
arch=('any')
url="https://github.com/simon-weber/gmusicapi"