diff options
Diffstat (limited to 'community/xapian-core/PKGBUILD')
-rw-r--r-- | community/xapian-core/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 775a09403..8694bac37 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 74348 2012-07-25 06:16:56Z spupykin $ +# $Id: PKGBUILD 89923 2013-05-05 14:51:22Z spupykin $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=xapian-core -pkgver=1.2.12 -pkgrel=1.1 +pkgver=1.2.15 +pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64' 'mips64el') url='http://www.xapian.org/' @@ -15,7 +15,7 @@ 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=('faf33a3945edbe4c848627750856cbeb') +md5sums=('3af45069c6a14a7ecad2da24cbc3d2c5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |