summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e497bed9dc0..9f45087a1f6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bibtool-git
pkgdesc = Command line manipulation of BibTeX files - from git-repo
- pkgver = 2.67.11.ga7f8b05
+ pkgver = 2.68.r5.g58f538c
pkgrel = 1
url = http://www.gerd-neugebauer.de/software/TeX/BibTool/
arch = i686
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() {