aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-lpeg_patterns
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-18 01:08:41 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-18 01:08:41 +0100
commit34bdb35938ed90e51ac365f78b0eddf8b1963022 (patch)
tree5e8ec5ed3d738e7ee924ab5493ebe474f5fe8968 /community/lua-lpeg_patterns
parenta85071ef2f138bae7315b6776a18886319abf9cf (diff)
downloadaports-34bdb35938ed90e51ac365f78b0eddf8b1963022.tar.bz2
aports-34bdb35938ed90e51ac365f78b0eddf8b1963022.tar.xz
community/lua-lpeg_patterns: fix checkdepends
Diffstat (limited to 'community/lua-lpeg_patterns')
-rw-r--r--community/lua-lpeg_patterns/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-lpeg_patterns/APKBUILD b/community/lua-lpeg_patterns/APKBUILD
index 066c749115..cc9aa30fd5 100644
--- a/community/lua-lpeg_patterns/APKBUILD
+++ b/community/lua-lpeg_patterns/APKBUILD
@@ -9,7 +9,7 @@ url="https://github.com/daurnimator/lpeg_patterns"
arch="noarch"
license="MIT"
depends="lua-lpeg"
-checkdepends=""
+checkdepends="lua-busted"
subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"