aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-xml
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:21:08 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:21:08 +0000
commit80918f9d1ceb11b5af5e349249df5f839792137e (patch)
treeacaa162e10b866e02277d53865ac814dcdfa8022 /testing/lua-xml
parentb9259a48ae686ecb5c4d333a498e411b1c04b723 (diff)
downloadaports-80918f9d1ceb11b5af5e349249df5f839792137e.tar.bz2
aports-80918f9d1ceb11b5af5e349249df5f839792137e.tar.xz
testing/lua-xml: disable on lua 5.3, fails to build
Diffstat (limited to 'testing/lua-xml')
-rw-r--r--testing/lua-xml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-xml/APKBUILD b/testing/lua-xml/APKBUILD
index bde718ad1a..0407ea92b3 100644
--- a/testing/lua-xml/APKBUILD
+++ b/testing/lua-xml/APKBUILD
@@ -13,7 +13,7 @@ checkdepends="lua-lut luajit"
source="https://github.com/lubyk/$_rockname/archive/REL-$pkgver/lua-xml-$pkgver.tar.gz"
builddir="$srcdir/$_rockname-REL-$pkgver"
-_luaversions="5.1 5.2 5.3"
+_luaversions="5.1 5.2"
for _v in $_luaversions; do
makedepends="$makedepends lua$_v-dev luarocks$_v"
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"