diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-28 15:00:09 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-28 15:04:08 +0000 |
commit | 3f9fbd5fea7ab25996bd11af81862c560f50a24e (patch) | |
tree | ff3421a668187903a840b7837a2a1e1f1403325f /main/lua-posix | |
parent | 69f2a224e3136547d2b941d9d00fc366e53f629e (diff) | |
download | aports-3f9fbd5fea7ab25996bd11af81862c560f50a24e.tar.bz2 aports-3f9fbd5fea7ab25996bd11af81862c560f50a24e.tar.xz |
main/lua-posix: depend on renamed lua-bit32
Diffstat (limited to 'main/lua-posix')
-rw-r--r-- | main/lua-posix/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index 3dccadf32c..7dbb955724 100644 --- a/main/lua-posix/APKBUILD +++ b/main/lua-posix/APKBUILD @@ -5,13 +5,13 @@ _luaversions="5.1 5.2 5.3" pkgname=lua-posix _name=luaposix pkgver=33.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="POSIX library for Lua $_luaver" url="https://github.com/luaposix/luaposix" arch="all" license="MIT" depends="" -makedepends="perl automake autoconf linux-headers lua-bitlib" +makedepends="perl automake autoconf linux-headers lua-bit32" subpackages="$pkgname-doc" for _i in $_luaversions; do @@ -63,7 +63,7 @@ _split() { if [ "$_ver" != "5.2" ]; then # use versioned dep to work around # http://bugs.alpinelinux.org/issues/4063 - depends="lua$_ver-bitlib<26" + depends="lua$_ver-bit32<26" fi for d in usr/lib/lua usr/share/lua; do if [ -d "$pkgdir"/$d/$_ver ]; then |