summaryrefslogtreecommitdiffstats
path: root/testing/util-vserver/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/util-vserver/APKBUILD')
-rw-r--r--testing/util-vserver/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/util-vserver/APKBUILD b/testing/util-vserver/APKBUILD
index 52362323b..c776de22d 100644
--- a/testing/util-vserver/APKBUILD
+++ b/testing/util-vserver/APKBUILD
@@ -6,7 +6,9 @@ pkgdesc="Linux-VServer admin utilities"
url="http://www.nongnu.org/util-vserver/"
license="GPL"
makedepends="iptables-dev e2fsprogs-dev beecrypt-dev autoconf automake
- pkgconfig"
+ pkgconfig coreutils"
+# needs coreutils for touch -t
+
source="http://people.linux-vserver.org/~dhozac/t/uv-testing/util-vserver-$_realver.tar.bz2
"
subpackages="$pkgname-doc $pkgname-dev"