diff options
Diffstat (limited to 'main/lua-evdev')
-rw-r--r-- | main/lua-evdev/APKBUILD | 3 |
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" |