summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormijikai2013-12-15 18:28:18 +0800
committermijikai2013-12-15 18:28:18 +0800
commit471aaa6e0b0d64d863abc9b22fa28bbff961249c (patch)
tree1bc6c20d84db0d6b62b79895f648cfcb7a7c31df /PKGBUILD
parent66e2e9bf70a821314527c2225621d0ae916b6ebe (diff)
downloadaur-471aaa6e0b0d64d863abc9b22fa28bbff961249c.tar.gz
Update pkg (1.2.16)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de06465b51de..ce9bfb39b70c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Contributor: Denis Kobozev <d.v.kobozev at gmail dot com>
pkgname=xapian-omega
-pkgver=1.2.0
+pkgver=1.2.16
pkgrel=1
pkgdesc="Indexers and CGI search frontend for Xapian"
arch=('i686' 'x86_64')
url="http://www.xapian.org/"
license=('GPL')
depends=('xapian-core' 'perl' 'pcre')
-source=(http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4ab93bd80e786f2adbba1b49d61c5ee0')
+source=(http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,3 +22,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}
+
+md5sums=('57dbdcfd3008fe6394275a8de75292c2')