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 f4ddbdc6f7d4..b5c72bfcd832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Denis Kobozev <d.v.kobozev at gmail dot com>
pkgname=xapian-omega
-pkgver=1.2.17
+pkgver=1.2.18
pkgrel=1
pkgdesc="Indexers and CGI search frontend for Xapian"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -10,6 +10,7 @@ url="http://www.xapian.org/"
license=('GPL')
depends=('xapian-core' 'perl' 'pcre')
source=(http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('528feb8021a52ab06c7833cb9ebacefdb782f036e99e7ed5342046c3a82380c2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,4 +24,3 @@ package() {
make DESTDIR=${pkgdir} install
}
-md5sums=('d6cb99c7ef5664c8995627d390b90039')