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 190eb61989ab..cc79b2e010c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arara-git
_gitname=arara
-pkgver=4.0.r588.g777ea4f
+pkgver=4.0.r27
pkgrel=1
pkgdesc='The cool TeX automation tool'
arch=('any')
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${srcdir}/${_gitname}"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*\)-g.*/r\1/;s/-/./g'
}
build() {