diff --git a/testing/lua5.2-llthreads/APKBUILD b/testing/lua5.2-llthreads/APKBUILD index b201e35ed3c..ca8b1f40df0 100644 --- a/testing/lua5.2-llthreads/APKBUILD +++ b/testing/lua5.2-llthreads/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2 pkgrel=0 pkgdesc="Low-Level native threads module for Lua" url="https://github.com/Neopallium/lua-llthreads" -arch="all" +#arch="all" license="MIT" depends="" makedepends="cmake lua5.2-dev" diff --git a/testing/lua5.2-zmq/APKBUILD b/testing/lua5.2-zmq/APKBUILD index 33a4af32015..a448a3a2207 100644 --- a/testing/lua5.2-zmq/APKBUILD +++ b/testing/lua5.2-zmq/APKBUILD @@ -6,7 +6,7 @@ _ver=${pkgver%_git*} pkgrel=0 pkgdesc="Lua zeromq2 binding" url="https://github.com/Neopallium/lua-zmq" -arch="all" +#arch="all" license="MIT" depends="lua5.2-llthreads" makedepends="zeromq-dev cmake lua5.2-dev"