From 75ad2ca27ecd42ba3fc56bcc61a065dec003085e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 26 Oct 2016 20:46:53 +0000 Subject: main/[various]: dont set arch in split function --- main/lua-evdev/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main/lua-evdev') 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" -- cgit v1.2.3