summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-07-20 07:20:50 +0200
committerStefan Husmann2016-07-20 07:20:50 +0200
commitd1cb52e926151129cfa471fbcb7738597aa207ef (patch)
treee2676646297b93b686f634890c1657d9ca6ea391 /PKGBUILD
parent371e29fc34ccee78782ddbd7c937ce9eabad5036 (diff)
downloadaur-d1cb52e926151129cfa471fbcb7738597aa207ef.tar.gz
remove
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