aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-loadkit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-loadkit/APKBUILD')
-rw-r--r--community/lua-loadkit/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/lua-loadkit/APKBUILD b/community/lua-loadkit/APKBUILD
index f54eae22db3..4c447a8271e 100644
--- a/community/lua-loadkit/APKBUILD
+++ b/community/lua-loadkit/APKBUILD
@@ -3,18 +3,17 @@
pkgname=lua-loadkit
_pkgname=loadkit
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Allows to load arbitrary files within the Lua package path"
url="https://github.com/leafo/loadkit"
arch="noarch"
license="MIT"
-subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/leafo/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
# Tests require moonscript, but moonscript requires loadkit to run all tests.
options="!check"
-_luaversions="5.1 5.2 5.3"
+_luaversions="5.1 5.2 5.3 5.4"
for _v in $_luaversions; do
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
checkdepends="$checkdepends lua$_v"