diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-29 21:13:55 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-29 21:13:55 +0200 |
commit | 23b6e159f41eecf66c4822a6f0ab800992189285 (patch) | |
tree | 766374badd0637402cec269e01d1c7df48e53958 /testing/lua-depgraph/APKBUILD | |
parent | fbbfdb0c140e8f4f830014f373943d9c98147f80 (diff) | |
download | aports-23b6e159f41eecf66c4822a6f0ab800992189285.tar.bz2 aports-23b6e159f41eecf66c4822a6f0ab800992189285.tar.xz |
testing/lua-depgraph: add missing checkdepend lua-busted
Diffstat (limited to 'testing/lua-depgraph/APKBUILD')
-rw-r--r-- | testing/lua-depgraph/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-depgraph/APKBUILD b/testing/lua-depgraph/APKBUILD index e203a2d055..a7d15f536a 100644 --- a/testing/lua-depgraph/APKBUILD +++ b/testing/lua-depgraph/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="lua lua-argparse lua-filesystem" makedepends="" -checkdepends="" +checkdepends="lua-busted" source="$pkgname-$pkgver.tar.gz::https://github.com/mpeterv/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |