summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-02-07 03:59:30 +0100
committerStefan Husmann2016-02-07 03:59:30 +0100
commit7d5d9ba269ab55981a75e04987c534b00c3afed7 (patch)
tree08d52c1566fdc7adf01d1cc3aee16ad9e1092ca9 /PKGBUILD
parenta26b3eb4702cdd6212444821b3f4c101b8ac7d3f (diff)
downloadaur-7d5d9ba269ab55981a75e04987c534b00c3afed7.tar.gz
upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc19b87c6691..dac7e7bb16f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtool-git
-pkgver=2.63.66.g60e98bf
+pkgver=2.63.71.g3dcb604
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 '135s+int+void+' rewrite.c
-}
-
build() {
cd "$srcdir"/"$_gitname"
autoreconf