diff options
author | root <root@rshg054.dnsready.net> | 2011-12-21 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-21 23:14:55 +0000 |
commit | 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (patch) | |
tree | 06395fd573908625990d57aa57cdacba4d92faae /community/xapian-core | |
parent | ea1f4bece8870857691a7123bdc899562760b3fe (diff) |
Wed Dec 21 23:14:54 UTC 2011
Diffstat (limited to 'community/xapian-core')
-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 d18e1a070..c392ff4ba 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 54076 2011-08-13 09:16:09Z spupykin $ +# $Id: PKGBUILD 60985 2011-12-20 09:14:11Z 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.7 +pkgver=1.2.8 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=('6684eb7a990b9cedf4257f41bfddb584') +md5sums=('6c9f9e7ac43aa4e086283201329e98ee') build() { cd "${srcdir}/${pkgname}-${pkgver}" |