summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-02-27 07:58:00 +0100
committerhaawda2018-02-27 07:58:00 +0100
commit41869710cc1c8ce44e01a4c67af6963614503256 (patch)
tree96ee76984d72e50889ce4b3731988855e0593a36 /PKGBUILD
parent37d8389946d0c180270415c360ac979110a6b30e (diff)
downloadaur-41869710cc1c8ce44e01a4c67af6963614503256.tar.gz
remove leading v in
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaf2ee9803d8..858689459cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: big_gie nbigaouette . at . gmail.com
pkgname=gri-git
-pkgver=2.12.22.85.g7ecf421
-pkgrel=2
+pkgver=2.12.23
+pkgrel=1
pkgdesc="A script-based language for scientific graphics programming"
arch=('i686' 'x86_64')
license=('GPL')
@@ -17,7 +17,7 @@ options=('!makeflags')
pkgver() {
cd ${pkgname%-git}
- git describe --tags | tr - .
+ git describe --tags | tr - . | cut -c2-
}
build() {