diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/roundup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/roundup/APKBUILD b/testing/roundup/APKBUILD index 81ebce21de..9bbb13c82c 100644 --- a/testing/roundup/APKBUILD +++ b/testing/roundup/APKBUILD @@ -8,7 +8,7 @@ url=https://github.com/bmizerany/roundup/ arch="all" license="MIT" depends= -makedeps="ncurses" +makedepends="ncurses" source="$pkgname-$pkgver.tar.gz::https://github.com/bmizerany/$pkgname/archive/v$pkgver.tar.gz $pkgname-fix-busybox-shell-opts.patch $pkgname-avoid-bash-syntax-in-tests.patch |