diff options
-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" |