diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-04 02:46:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-14 20:14:24 +0000 |
commit | 52b5be29ca2218565d0af8463f9d590d4d8601c4 (patch) | |
tree | d0d5768dd0896bbf315d036e5ac4985c825bc90d /main/lua-dbi/APKBUILD | |
parent | 483567fa66e77b54f715d1cc7991d95d061d1148 (diff) | |
download | aports-52b5be29ca2218565d0af8463f9d590d4d8601c4.tar.gz aports-52b5be29ca2218565d0af8463f9d590d4d8601c4.tar.bz2 aports-52b5be29ca2218565d0af8463f9d590d4d8601c4.tar.xz |
main/*: add lua5.4 support
adds support to all lua modules that have 5.3 support and are not
actively unsupported
Diffstat (limited to 'main/lua-dbi/APKBUILD')
-rw-r--r-- | main/lua-dbi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-dbi/APKBUILD b/main/lua-dbi/APKBUILD index 96d5dceda5..c2229e7447 100644 --- a/main/lua-dbi/APKBUILD +++ b/main/lua-dbi/APKBUILD @@ -3,8 +3,8 @@ pkgname=lua-dbi _pkgname=luadbi pkgver=0.7.2 -pkgrel=0 -pkgdesc="A database interface library for Lua" +pkgrel=1 +pkgdesc="database interface library for Lua" url="https://github.com/mwild1/luadbi" arch="all" license="MIT" @@ -14,7 +14,7 @@ source="https://github.com/mwild1/$_pkgname/archive/v$pkgver/$_pkgname.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" options="!check" # provided tests require running DBs -_luaversions="5.1 5.2 5.3" +_luaversions="5.1 5.2 5.3 5.4" for _v in $_luaversions; do makedepends="$makedepends lua$_v-dev" for _subpkg in $_subpackages; do |