diff options
Diffstat (limited to 'community/lua-lpeg/APKBUILD')
-rw-r--r-- | community/lua-lpeg/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/lua-lpeg/APKBUILD b/community/lua-lpeg/APKBUILD index a777a01025..d1be6eb84c 100644 --- a/community/lua-lpeg/APKBUILD +++ b/community/lua-lpeg/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.0 pkgrel=0 pkgdesc="Pattern-matching library for Lua" url="http://www.inf.puc-rio.br/~roberto/lpeg" -arch="noarch" +arch="all" license="MIT" depends="" makedepends="" @@ -48,7 +48,6 @@ package() { _package() { local lver="${subpkgname:3:3}" pkgdesc="Pattern-matching library for Lua $lver" - arch="all" depends="lua$lver" install_if="lua$lver $pkgname=$pkgver-r$pkgrel" |