aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-evdev
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-26 20:46:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-26 20:46:53 +0000
commit75ad2ca27ecd42ba3fc56bcc61a065dec003085e (patch)
treeadae0513814632de7c4bbc0483df5936ba328848 /main/lua-evdev
parentd9e14b7bcc0bb67b1506b6a9740b6213ebe6f421 (diff)
downloadaports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.bz2
aports-75ad2ca27ecd42ba3fc56bcc61a065dec003085e.tar.xz
main/[various]: dont set arch in split function
Diffstat (limited to 'main/lua-evdev')
-rw-r--r--main/lua-evdev/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/lua-evdev/APKBUILD b/main/lua-evdev/APKBUILD
index 50183bf4eb..931672074f 100644
--- a/main/lua-evdev/APKBUILD
+++ b/main/lua-evdev/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.2.1
pkgrel=0
pkgdesc="Lua module for reading input events"
url="https://github.com/Tangent128/lua-evdev"
-arch="noarch"
+arch="all"
license="MIT"
depends=""
makedepends="linux-headers"
@@ -41,7 +41,6 @@ package() {
_package() {
local lver="${subpkgname:3:3}"
pkgdesc="$pkgdesc (for Lua $lver)"
- arch="all"
depends="$depends lua$lver"
install_if="$pkgname=$pkgver-r$pkgrel lua$lver"