diff options
Diffstat (limited to 'main/lua-openrc/APKBUILD')
-rw-r--r-- | main/lua-openrc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD index 52fd86ef8..71860ece1 100644 --- a/main/lua-openrc/APKBUILD +++ b/main/lua-openrc/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.1 pkgrel=1 pkgdesc="Lua module for OpenRC" url="http://git.alpinelinux.org/cgit/lua-openrc/" -arch="x86 x86_64" +arch="all" license="GPL" depends=lua makedepends="lua-dev openrc-dev" |