summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-02-08 01:32:19 +0100
committerhaawda2021-02-08 01:32:19 +0100
commit875672e3950146a9f58c39174241e839fa42bb1c (patch)
treeb93224fbd1d1588496da3aac8254109df63c203d
parent69b0f208d581aff343002625b85f15a8a7842875 (diff)
downloadaur-bibtex2html-git.tar.gz
let pkgver inclue a .r and introduce epoch
-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() {