summaryrefslogtreecommitdiff
path: root/extra/xapian-core/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xapian-core/PKGBUILD')
-rw-r--r--extra/xapian-core/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/xapian-core/PKGBUILD b/extra/xapian-core/PKGBUILD
index 90bd7aac7..9fb99a46e 100644
--- a/extra/xapian-core/PKGBUILD
+++ b/extra/xapian-core/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 213896 2014-05-31 06:54:44Z andrea $
+# $Id: PKGBUILD 215520 2014-06-27 19:52:29Z andrea $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -6,17 +6,17 @@
pkgname=xapian-core
epoch=1
-pkgver=1.2.17
-pkgrel=2
+pkgver=1.2.18
+pkgrel=1
pkgdesc='Open source search engine library.'
arch=('i686' 'x86_64')
url='http://www.xapian.org/'
license=('GPL')
-depends=('sh' 'gcc-libs' 'zlib' 'util-linux')
+depends=('util-linux')
# xapian config requires libxapian.la
options=('libtool')
source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('493117bf45e5471e86b4fc5d6d8069dc')
+md5sums=('0ccbf68ade12e7b1ead10c57f4447899')
build() {
# FS#40614