summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7188d4067e7a..9ef93a3fa2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,16 @@
pkgname=bibtool
pkgver=2.68
-pkgrel=2
+pkgrel=4
pkgdesc="Command line manipulation of BibTeX files."
arch=('i686' 'x86_64')
url="http://www.gerd-neugebauer.de/software/TeX/BibTool/en/"
license=('GPL')
depends=('glibc' 'texlive-bin')
-makedepends=('tar')
source=(http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-$pkgver.tar.gz)
sha256sums=('7134ce3a05fe94c04b88f18261139656ac4c0c0893de15acc0daabc90248b8fa')
-noextract=("BibTool-$pkgver.tar.gz")
build() {
- tar -xf BibTool-$pkgver.tar.gz
cd BibTool
autoreconf
./configure --prefix=/usr