summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2014-11-27 14:46:11 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2014-11-27 14:47:13 +0000
commit3b501e146831d14ce72d23be11d456dea508e829 (patch)
treebdf08769eb83a6f8189e68b62fb4b8580bad9873 /testing
parent97a5065bb2504762f582538a897a3cdfdfd06aa3 (diff)
downloadaports-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/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/xapian-core/APKBUILD b/testing/xapian-core/APKBUILD
index ba3b0c60d..4d8e5236a 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"