summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-11 14:32:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-11 14:32:32 +0000
commitf6dbd5524c839b5fd8fd8097d7083e1140ed579b (patch)
tree3bbb5959db33c4093b29e5af054b9dc5252e063f /testing
parentf0f6c3889ad3141e4e389ef587589ba22eadc81b (diff)
downloadaports-f6dbd5524c839b5fd8fd8097d7083e1140ed579b.tar.bz2
aports-f6dbd5524c839b5fd8fd8097d7083e1140ed579b.tar.xz
testing/util-linux-ng: added missing dependencies
Diffstat (limited to 'testing')
-rw-r--r--testing/util-linux-ng/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/util-linux-ng/APKBUILD b/testing/util-linux-ng/APKBUILD
index 83619a9a..f8c8e135 100644
--- a/testing/util-linux-ng/APKBUILD
+++ b/testing/util-linux-ng/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=util-linux-ng
pkgver=2.14.1
-pkgrel=0
+pkgrel=1
pkgdesc="Random collection of Linux utilities"
arch=""
url="http://kernel.org/~kzak/util-linux-ng/"
license="GPL-2 GPL Public Domain"
-depends="uclibc libuuid"
-makedepends="e2fsprogs-dev"
+depends="uclibc e2fsprogs libuuid zlib"
+makedepends="e2fsprogs-dev zlib-dev"
install=
source="http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.14/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-doc"