aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-05-23 21:08:04 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-23 21:08:04 +0000
commitc6d99846ebfd094cafeed3c078e252740c7e3608 (patch)
tree2f0c9868b5399e2595c0a0fc651cdc941be19294 /testing
parent808205adfccf8a65e954c79531d9d275f3df005b (diff)
testing/redo: add dependencies
Diffstat (limited to 'testing')
-rw-r--r--testing/atools/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/atools/APKBUILD b/testing/atools/APKBUILD
index fec469b59d9..a1ebfa9d447 100644
--- a/testing/atools/APKBUILD
+++ b/testing/atools/APKBUILD
@@ -8,7 +8,8 @@ url="https://github.com/maxice8/atools"
arch="noarch"
license="MIT"
depends="grep"
-makedepends="scdoc"
+makedepends="scdoc redo"
+checkdepends="bats"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/maxice8/atools/archive/$pkgver.tar.gz"