summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-09-17 16:35:14 +0200
committerhaawda2020-09-17 16:35:14 +0200
commitfe505722b950960d593eec40acb8fc6d7b65a7ca (patch)
tree75b88ed74417160fb701fcb22f89dc41a9c4e618
parentd24be647c6c2be51bd2ccd3a953d9bfa067b401f (diff)
downloadaur-fe505722b950960d593eec40acb8fc6d7b65a7ca.tar.gz
correct URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4607e6ab5aa2..72ea8803ed03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = bibtex2html
pkgdesc = Collection of tools for producing HTML documents from bibtex-bibliographies
pkgver = 1.99.413
- pkgrel = 1
- url = http://www.lri.fr/~filliatr/bibtex2html/
+ pkgrel = 2
+ url = https://github.com/backtracking/bibtex2html
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 7fdf598b0c8e..a297e6e82383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=bibtex2html
pkgver=1.99.413
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of tools for producing HTML documents from bibtex-bibliographies"
-url="http://www.lri.fr/~filliatr/bibtex2html/"
+url="https://github.com/backtracking/bibtex2html"
license=('GPL2')
arch=('i686' 'x86_64')
depends=('perl')
makedepends=('ocaml' 'git' 'hevea' 'texlive-latexextra' 'texlive-bibtexextra')
-source=(git+https://github.com/backtracking/bibtex2html.git#commit=8f25afb95a839c9f9522a34013d5c905af14378b)
+source=(git+$url.git#commit=8f25afb95a839c9f9522a34013d5c905af14378b)
md5sums=('SKIP')
build() {