aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-lpeg_patterns/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-lpeg_patterns/APKBUILD')
-rw-r--r--community/lua-lpeg_patterns/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/lua-lpeg_patterns/APKBUILD b/community/lua-lpeg_patterns/APKBUILD
index cf62db792c7..df840ed807b 100644
--- a/community/lua-lpeg_patterns/APKBUILD
+++ b/community/lua-lpeg_patterns/APKBUILD
@@ -9,8 +9,7 @@ url="https://github.com/daurnimator/lpeg_patterns"
arch="noarch"
license="MIT"
depends="lua-lpeg"
-checkdepends="lua-busted luajit"
-subpackages=""
+checkdepends="lua-busted"
source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -21,8 +20,6 @@ for _v in $_luaversions; do
done
check() {
- cd "$builddir"
-
local lver; for lver in $_luaversions; do
msg "Testing on lua$lver"
lua$lver /usr/bin/busted
@@ -49,4 +46,6 @@ _subpackage() {
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
}
-sha512sums="74e36083872cfa7ff8bb03927d075680b490b4d7ba55cee0cad7e1e27e6744809b05286a80967a19cd79f526168f53d362efa2b87c318efad726fa1ba3708f80 lua-lpeg_patterns-0.5.tar.gz"
+sha512sums="
+74e36083872cfa7ff8bb03927d075680b490b4d7ba55cee0cad7e1e27e6744809b05286a80967a19cd79f526168f53d362efa2b87c318efad726fa1ba3708f80 lua-lpeg_patterns-0.5.tar.gz
+"