diff options
author | root <root@rshg054.dnsready.net> | 2012-04-05 00:01:23 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-05 00:01:23 +0000 |
commit | 608a49084f8c6599f8adef56b6c1480c3e293c04 (patch) | |
tree | b385b78ccb9657030d632f662b68a495286e9a55 /community/xapian-core/PKGBUILD | |
parent | 96deddcec133f85220a15d4c435004c577395169 (diff) |
Thu Apr 5 00:01:22 UTC 2012
Diffstat (limited to 'community/xapian-core/PKGBUILD')
-rw-r--r-- | community/xapian-core/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index c392ff4ba..3f50923c4 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 60985 2011-12-20 09:14:11Z spupykin $ +# $Id: PKGBUILD 68835 2012-04-03 16:30:36Z foutrelis $ # 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.8 +pkgver=1.2.9 pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64') @@ -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=('6c9f9e7ac43aa4e086283201329e98ee') +md5sums=('909dd02931fe8f37690aa82a4daaa441') build() { cd "${srcdir}/${pkgname}-${pkgver}" |