diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-11-27 14:46:11 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-11-27 14:47:13 +0000 |
commit | 3b501e146831d14ce72d23be11d456dea508e829 (patch) | |
tree | bdf08769eb83a6f8189e68b62fb4b8580bad9873 /testing | |
parent | 97a5065bb2504762f582538a897a3cdfdfd06aa3 (diff) | |
download | aports-3b501e146831d14ce72d23be11d456dea508e829.tar.bz2 aports-3b501e146831d14ce72d23be11d456dea508e829.tar.xz |
testing/xapian-core:modify to depends_dev, bumped pkgrel
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xapian-core/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/xapian-core/APKBUILD b/testing/xapian-core/APKBUILD index ba3b0c60dd..4d8e5236a6 100644 --- a/testing/xapian-core/APKBUILD +++ b/testing/xapian-core/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=xapian-core pkgver=1.2.19 -pkgrel=2 +pkgrel=3 pkgdesc="Open source search engine library" url="http://www.xapian.org/" arch="all" license="GPL2+" depends="" -depends_dev="zlib-dev libgcc e2fsprogs-dev libtool" -makedepends="$depends_dev" +depends_dev="zlib-dev util-linux-dev" +makedepends="$depends_dev libtool" install="" subpackages="$pkgname-dev $pkgname-doc libxapian" source="http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.xz" |