aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-fifo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-fifo/APKBUILD')
-rw-r--r--community/lua-fifo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-fifo/APKBUILD b/community/lua-fifo/APKBUILD
index b65f548c896..98d821f69c3 100644
--- a/community/lua-fifo/APKBUILD
+++ b/community/lua-fifo/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="FIFO library for Lua"
url="https://github.com/daurnimator/fifo.lua"
arch="noarch"
license="MIT"
-checkdepends=""
+checkdepends="lua-busted"
subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"