aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-pty/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-pty/APKBUILD')
-rw-r--r--main/lua-pty/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/lua-pty/APKBUILD b/main/lua-pty/APKBUILD
index 12134b2185..e116ac266a 100644
--- a/main/lua-pty/APKBUILD
+++ b/main/lua-pty/APKBUILD
@@ -6,7 +6,7 @@ _rockver=1
pkgrel=0
pkgdesc="Lua module to control other programs via PTYs."
url="http://www.tset.de/lpty/"
-arch="noarch"
+arch=""
license="MIT/X11"
depends=""
makedepends=""
@@ -46,7 +46,6 @@ package() {
_subpackage() {
local lver="${subpkgname:3:3}"
pkgdesc="$pkgdesc (for Lua $lver)"
- arch="all"
depends="lua$lver"
install_if="$pkgname=$pkgver-r$pkgrel lua$lver"
[ "$lver" = 5.1 ] && replaces="$pkgname"