aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-29 21:13:55 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-29 21:13:55 +0200
commit23b6e159f41eecf66c4822a6f0ab800992189285 (patch)
tree766374badd0637402cec269e01d1c7df48e53958
parentfbbfdb0c140e8f4f830014f373943d9c98147f80 (diff)
downloadaports-23b6e159f41eecf66c4822a6f0ab800992189285.tar.bz2
aports-23b6e159f41eecf66c4822a6f0ab800992189285.tar.xz
testing/lua-depgraph: add missing checkdepend lua-busted
-rw-r--r--testing/lua-depgraph/APKBUILD2
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"