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 61cca516a85b..d28eda5693fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtool-git
-pkgver=2.67.11.ga7f8b05
+pkgver=2.68.r5.g58f538c
pkgrel=1
pkgdesc="Command line manipulation of BibTeX files - from git-repo"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ options=('!makeflags')
pkgver() {
cd ${pkgname%-git}
- git describe --tags | sed 's|[-_]|.|g' | cut -c9-
+ git describe --tags | cut -c9- | tr _ . | sed 's+-+.r+' | tr - .
}
build() {