summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ea77c30baa0..e3fcae1c161a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=php-xapian
pkgname=('php-xapian')
_realname=xapian-bindings
-pkgver=1.4.13
+pkgver=1.4.14
epoch=1
pkgrel=1
pkgdesc="PHP bindings for Xapian"
@@ -17,7 +17,7 @@ sha512sums=('SKIP')
build() {
cd "$srcdir/${_realname}-$pkgver"
./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
- --prefix=/usr --with-php
+ --prefix=/usr --with-php7
make
}