summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aeff26909e1..0f028299e68d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xapian-omega
pkgdesc = Indexers and CGI search frontend for Xapian
- pkgver = 1.2.18
+ pkgver = 1.2.19
pkgrel = 1
url = http://www.xapian.org/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = xapian-omega
depends = xapian-core
depends = perl
depends = pcre
- source = http://oligarchy.co.uk/xapian/1.2.18/xapian-omega-1.2.18.tar.xz
- sha256sums = 528feb8021a52ab06c7833cb9ebacefdb782f036e99e7ed5342046c3a82380c2
+ source = http://oligarchy.co.uk/xapian/1.2.19/xapian-omega-1.2.19.tar.xz
+ sha256sums = ca0a9afe2d1ced933408fc0b089c96cd55f90d7b06ae9708eb84294cd77e35ed
pkgname = xapian-omega
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}"