aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/lua-openrc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD
index e1a6047815c..107226d71bc 100644
--- a/main/lua-openrc/APKBUILD
+++ b/main/lua-openrc/APKBUILD
@@ -2,7 +2,7 @@
_luaversions="5.1 5.2 5.3"
pkgname=lua-openrc
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Lua module for OpenRC"
url="https://github.com/ncopa/lua-openrc"
arch="all"
@@ -13,7 +13,7 @@ makedepends="openrc-dev bsd-compat-headers"
subpackages=""
for _i in $_luaversions; do
makedepends="$makedepends lua$_i-dev"
- subpackages="$subpackages lua$_i-openrc:split_${_i/./_}:$arch"
+ subpackages="$subpackages lua$_i-openrc:split_${_i/./_}:$CARCH"
done
source="lua-openrc-$pkgver.tar.gz::https://github.com/ncopa/lua-openrc/archive/v$pkgver.tar.gz
0001-build-fix-for-openrc-0.14.patch