aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-bit32
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-bit32')
-rw-r--r--main/lua-bit32/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/lua-bit32/APKBUILD b/main/lua-bit32/APKBUILD
index 980f55b81f..3256a9c0ba 100644
--- a/main/lua-bit32/APKBUILD
+++ b/main/lua-bit32/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-bit32
pkgver=5.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A lua library providing bitwise operations"
url="https://github.com/keplerproject/lua-compat-5.2"
arch="all"
@@ -36,6 +36,9 @@ _subpackage() {
pkgdesc="$pkgdesc (for Lua $lver)"
depends="lua$lver"
install_if="$pkgname=$pkgver-r$pkgrel lua$lver"
+ replaces="lua$lver-bitlib"
+ # backwards compatibility
+ provides="lua$lver-bitlib=$pkgver-r$pkgrel"
cd "$builddir"
install -D -m 755 $lver/bit32.so \