aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-yaml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-yaml/APKBUILD')
-rw-r--r--main/lua-yaml/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/lua-yaml/APKBUILD b/main/lua-yaml/APKBUILD
index 0e7cdb00c5..7c22c2c49e 100644
--- a/main/lua-yaml/APKBUILD
+++ b/main/lua-yaml/APKBUILD
@@ -7,7 +7,7 @@ pkgver=1.1.2
pkgrel=0
pkgdesc="LibYaml binding for Lua"
url="http://yaml.luaforge.net"
-arch="noarch"
+arch="all"
license="MIT"
depends=""
makedepends="cmake yaml-dev"
@@ -48,7 +48,6 @@ package() {
_subpackage() {
local lver="${subpkgname:3:3}"
pkgdesc="$pkgdesc $lver"
- arch="all"
depends="$depends lua$lver lua$lver-lub"
install_if="$pkgname=$pkgver-r$pkgrel lua$lver"
[ "$lver" = 5.1 ] && replaces="$pkgname"