summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuckket2017-03-17 15:11:45 +0100
committerbuckket2017-03-17 15:11:45 +0100
commit89406e51a9892f84fb7b8f3afaee372304531d30 (patch)
tree597eaa7407fe5d5d0ecc10b116e0667b6774b3c0 /PKGBUILD
parent8f54b10eadf264fbbc2326978000c79b83d5ecb3 (diff)
downloadaur-89406e51a9892f84fb7b8f3afaee372304531d30.tar.gz
Update pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc6f0bc85763..ea00e3785cba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=liberation-circuit-git
_pkgname=liberation-circuit
-pkgver=v1.0.r17.ge594461
+pkgver=1.0.r24.gbd31bac
pkgrel=1
pkgdesc="A real-time strategy/programming game"
arch=("x86_64" "i686")
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
build() {