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 b5c72bfcd832..49edf4fe7764 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.18
+pkgver=1.2.19
pkgrel=1
pkgdesc="Indexers and CGI search frontend for Xapian"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -10,7 +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')
+sha256sums=('ca0a9afe2d1ced933408fc0b089c96cd55f90d7b06ae9708eb84294cd77e35ed')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"