summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-09-17 16:50:38 +0200
committerhaawda2020-09-17 16:50:38 +0200
commit6d8c652aaa7054b859272380dc3036754b4c4373 (patch)
tree4439c02503bb3e4040c0e91abda4b0af6216706d /PKGBUILD
parentfe505722b950960d593eec40acb8fc6d7b65a7ca (diff)
downloadaur-bibtex2html.tar.gz
introduce epoch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a297e6e82383..ee766a2dddb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtex2html
-pkgver=1.99.413
-pkgrel=2
+pkgver=1.99
+pkgrel=1
+epoch=1
pkgdesc="Collection of tools for producing HTML documents from bibtex-bibliographies"
url="https://github.com/backtracking/bibtex2html"
license=('GPL2')
@@ -23,6 +24,7 @@ build() {
hevea manual.tex
pdflatex manual.tex
}
+
package() {
cd $pkgname
make prefix="$pkgdir"/usr install