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 4a4f35476486..f0d71076dafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=php-xapian
pkgname=('php-xapian')
_realname=xapian-bindings
-pkgver=1.2.23
+pkgver=1.2.24
epoch=1
pkgrel=1
pkgdesc="PHP bindings for Xapian"
@@ -12,7 +12,7 @@ url="http://xapian.org/docs/bindings/php/"
depends=('php' "xapian-core=$epoch:$pkgver")
license=('GPL')
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
-sha512sums=('4be9d103a4073a08d2481e9ddc347156d4028a1517f313861ad3664e6103e052dc1a0d07a992da3ca02599505c002d09d77c4fd886c144918aab72977e69994c')
+sha512sums=('SKIP')
build() {
cd "$srcdir/${_realname}-$pkgver"