summaryrefslogtreecommitdiff
path: root/community/xapian-core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-20 03:34:20 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-20 03:34:20 +0000
commit2f8045ba14153d1665148e3cff527ce4f6bf66e5 (patch)
tree637a66d43f28d341e0504c3c75fea27e4e490312 /community/xapian-core
parent322e623017947f32cb26db4c80f8eec2c5736401 (diff)
Thu Feb 20 03:30:17 UTC 2014
Diffstat (limited to 'community/xapian-core')
-rw-r--r--community/xapian-core/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD
index 61b848898..88ba457e2 100644
--- a/community/xapian-core/PKGBUILD
+++ b/community/xapian-core/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 100301 2013-11-02 08:52:08Z spupykin $
+# $Id: PKGBUILD 105911 2014-02-19 08:50:20Z spupykin $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -6,8 +6,8 @@
pkgname=xapian-core
epoch=1
-pkgver=1.2.15
-pkgrel=2
+pkgver=1.2.17
+pkgrel=1
pkgdesc='Open source search engine library.'
arch=('i686' 'x86_64')
url='http://www.xapian.org/'
@@ -15,8 +15,8 @@ license=('GPL')
depends=('sh' 'gcc-libs' 'zlib' 'util-linux')
# xapian config requires libxapian.la
options=('libtool')
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3af45069c6a14a7ecad2da24cbc3d2c5')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('493117bf45e5471e86b4fc5d6d8069dc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"