diff options
Diffstat (limited to 'community/xapian-core/PKGBUILD')
-rw-r--r-- | community/xapian-core/PKGBUILD | 10 |
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}" |