aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-stdlib-debug/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-stdlib-debug/APKBUILD')
-rw-r--r--main/lua-stdlib-debug/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/lua-stdlib-debug/APKBUILD b/main/lua-stdlib-debug/APKBUILD
index f0c823f0823..ac9ca2ed412 100644
--- a/main/lua-stdlib-debug/APKBUILD
+++ b/main/lua-stdlib-debug/APKBUILD
@@ -3,18 +3,17 @@
pkgname=lua-stdlib-debug
_rockname=std._debug
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Manage an overall debug state, and associated hint substates"
url="https://lua-stdlib.github.io/_debug/"
arch="noarch"
license="MIT"
depends="lua"
-provides=""
options="!check" # FIXME: requires lua-specl that we don't have yet
source="$pkgname-$pkgver.tar.gz::https://github.com/lua-stdlib/_debug/archive/v$pkgver.tar.gz"
builddir="$srcdir/_debug-$pkgver"
-_luaversions="5.1 5.2 5.3"
+_luaversions="5.1 5.2 5.3 5.4"
for _v in $_luaversions; do
provides="$provides lua$_v-${pkgname#lua-}=$pkgver-r$pkgrel" # for backward compatibility
done