summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-09-17 16:50:38 +0200
committerhaawda2020-09-17 16:50:38 +0200
commit6d8c652aaa7054b859272380dc3036754b4c4373 (patch)
tree4439c02503bb3e4040c0e91abda4b0af6216706d
parentfe505722b950960d593eec40acb8fc6d7b65a7ca (diff)
downloadaur-6d8c652aaa7054b859272380dc3036754b4c4373.tar.gz
introduce epoch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ea8803ed03..9e3524e5179a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = bibtex2html
pkgdesc = Collection of tools for producing HTML documents from bibtex-bibliographies
- pkgver = 1.99.413
- pkgrel = 2
+ pkgver = 1.99
+ pkgrel = 1
+ epoch = 1
url = https://github.com/backtracking/bibtex2html
arch = i686
arch = x86_64
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