diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-07 09:18:27 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-07 09:18:27 +0000 |
commit | 1e6d504ee02f23e97a323c97a922be782dd16906 (patch) | |
tree | 696754f465a8bced1d1bd8e1425401b273349848 /main/lua-openrc | |
parent | 08749a705f0061e7564faf91d6caed928a376cde (diff) | |
download | aports-1e6d504ee02f23e97a323c97a922be782dd16906.tar.bz2 aports-1e6d504ee02f23e97a323c97a922be782dd16906.tar.xz |
main/lua-openrc: fix subpkg arch
Diffstat (limited to 'main/lua-openrc')
-rw-r--r-- | main/lua-openrc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD index e1a6047815..107226d71b 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 |