aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-lpeg
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
commita2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch)
tree882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/lua-lpeg
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
community/[various]: dont set arch in split function
Diffstat (limited to 'community/lua-lpeg')
-rw-r--r--community/lua-lpeg/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/lua-lpeg/APKBUILD b/community/lua-lpeg/APKBUILD
index a777a01025e..d1be6eb84cd 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"