aboutsummaryrefslogtreecommitdiffstats
path: root/community/cpio
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-08-28 11:26:47 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-08-28 11:27:05 +0000
commit99129c9d73e9720b004c6b2fa7dd322498c93c26 (patch)
tree30780a31744bae7d89efb59dc67a3bd3ec4c1a69 /community/cpio
parente2ed29d226fa2e41e00f2ab9d0c9826c52fc3693 (diff)
downloadaports-99129c9d73e9720b004c6b2fa7dd322498c93c26.tar.bz2
aports-99129c9d73e9720b004c6b2fa7dd322498c93c26.tar.xz
community/cpio: fix checkdepends
bash is needed for tests
Diffstat (limited to 'community/cpio')
-rw-r--r--community/cpio/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/cpio/APKBUILD b/community/cpio/APKBUILD
index 16e6985461..6bdcec671d 100644
--- a/community/cpio/APKBUILD
+++ b/community/cpio/APKBUILD
@@ -8,6 +8,7 @@ url="http://www.gnu.org/software/cpio"
arch="all"
license="GPL"
depends=""
+checkdepends="bash"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.bz2::http://ftp.snt.utwente.nl/pub/software/gnu/cpio/$pkgname-$pkgver.tar.bz2"