summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller2016-11-15 14:09:25 +0100
committerStefan Haller2016-11-15 14:09:25 +0100
commitcc86b4000804d9168e73d27cdfee19c2957bd132 (patch)
treee11f80ae90c4e79f096eae73a47ac62ce803d90b
parentda891b47704881634878937c7a2ba002a553e57c (diff)
downloadaur-cc86b4000804d9168e73d27cdfee19c2957bd132.tar.gz
Fix the build
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65ea96758201..ff919d7020a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Haller <fgrsnau@gmail.com>
pkgname=recutils
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Set of tools and libraries to access plain text databases called recfiles."
arch=(i686 x86_64)
url="https://www.gnu.org/software/recutils/"
@@ -12,7 +12,7 @@ md5sums=('187e90421cdf69ce649876324a20b452')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-bash-headers
make
}