summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlester2015-06-01 02:39:47 +0800
committerlester2015-06-01 02:42:29 +0800
commitdfb63f750d6afed9e50bbbcfc83c1354d5aa6778 (patch)
treea2f1cb54a7c9160431c812627b51f16025258ecc
parente2a1b9219ed267b53f66a64cf48f35904a93aaaa (diff)
downloadaur-dfb63f750d6afed9e50bbbcfc83c1354d5aa6778.tar.gz
Update pkg (1.2.21)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f028299e68d..be1f8df85346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xapian-omega
pkgdesc = Indexers and CGI search frontend for Xapian
- pkgver = 1.2.19
+ pkgver = 1.2.21
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.19/xapian-omega-1.2.19.tar.xz
- sha256sums = ca0a9afe2d1ced933408fc0b089c96cd55f90d7b06ae9708eb84294cd77e35ed
+ source = http://oligarchy.co.uk/xapian/1.2.21/xapian-omega-1.2.21.tar.xz
+ sha256sums = 862d3a5d7052fc13c16eed51c42d774c4ab1c56967c477d994995b753dc9527e
pkgname = xapian-omega
diff --git a/PKGBUILD b/PKGBUILD
index c83e59ffdf80..06ad89cbc114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Package Repository: https://github.com/mij-aur-packages/xapian-omega
pkgname=xapian-omega
-pkgver=1.2.19
+pkgver=1.2.21
pkgrel=1
pkgdesc="Indexers and CGI search frontend for Xapian"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -11,7 +11,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=('ca0a9afe2d1ced933408fc0b089c96cd55f90d7b06ae9708eb84294cd77e35ed')
+sha256sums=('862d3a5d7052fc13c16eed51c42d774c4ab1c56967c477d994995b753dc9527e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"