diff options
author | root <root@rshg054.dnsready.net> | 2011-08-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-10 23:14:36 +0000 |
commit | e81c6fe4fb38144709923b2da3ab68a01712a26b (patch) | |
tree | e98431d7c18b82156a91c9cb208d725c06e84793 /community/xapian-core/PKGBUILD | |
parent | a306c2530354c1c02351c4cc02eefa53c8d23eac (diff) |
Wed Aug 10 23:14:35 UTC 2011
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 223dc8f8c..fe1805500 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 44794 2011-04-11 20:41:06Z ebelanger $ +# $Id: PKGBUILD 53882 2011-08-09 08:32: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.5 +pkgver=1.2.6 pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64') url='http://www.xapian.org/' license=('GPL') -depends=('sh' 'gcc-libs' 'zlib') +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=('775995b7036b01b8b864a95d5646f42d') +md5sums=('30f5cc976f063694f93cbdf9b83dc2ea') build() { cd "${srcdir}/${pkgname}-${pkgver}" |