diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 09:50:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 09:50:37 +0000 |
commit | 51890e0a89efdaa64a1a95b5b79508ec0dfc9387 (patch) | |
tree | 3e438829e77d3e55453e268e0e08cfd99d764529 /testing | |
parent | 60ca35b3adaa83b22841f439e357fff8ba9e50ba (diff) | |
download | aports-51890e0a89efdaa64a1a95b5b79508ec0dfc9387.tar.bz2 aports-51890e0a89efdaa64a1a95b5b79508ec0dfc9387.tar.xz |
testing/roundup: fix typo
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 |