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 419e3c63d0cc..fd43b99448bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bibtex2html-git
pkgdesc = Collection of tools for producing HTML documents from bibtex-bibliographies
- pkgver = 1.99.16.gf1b6b57
+ pkgver = 1.99.r16.gf1b6b57
pkgrel = 1
url = https://github.com/backtracking/bibtex2html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 304d6ef6801a..6532e4e29c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtex2html-git
-pkgver=1.99.16.gf1b6b57
+pkgver=1.99.r16.gf1b6b57
pkgrel=1
pkgdesc="Collection of tools for producing HTML documents from bibtex-bibliographies"
url="https://github.com/backtracking/bibtex2html"
@@ -17,7 +17,7 @@ md5sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags | sed 's+-+.+g' | cut -c3-
+ git describe --tags | cut -c3- | sed 's+-+.+' | sed 's+-+.r+'|tr - .
}
build() {