summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-02-08 01:32:19 +0100
committerhaawda2021-02-08 01:32:19 +0100
commit875672e3950146a9f58c39174241e839fa42bb1c (patch)
treeb93224fbd1d1588496da3aac8254109df63c203d /PKGBUILD
parent69b0f208d581aff343002625b85f15a8a7842875 (diff)
downloadaur-bibtex2html-git.tar.gz
let pkgver inclue a .r and introduce epoch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {