summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cee0809ed2d3..c49642b23989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtool-git
-pkgver=2.65.53.g36937c5
+pkgver=2.65.54.g8221dce
pkgrel=1
pkgdesc="Command line manipulation of BibTeX files - from git-repo"
arch=('i686' 'x86_64')
@@ -20,11 +20,6 @@ pkgver() {
git describe --tags | sed 's|[-_]|.|g' | cut -c9-
}
-prepare() {
- cd "$srcdir"/"$_gitname"
- sed -i '250i#define null ((void*)0)' key.c
-}
-
build() {
cd "$srcdir"/"$_gitname"
autoreconf