diff options
Diffstat (limited to 'main/mosh/APKBUILD')
-rw-r--r-- | main/mosh/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/mosh/APKBUILD b/main/mosh/APKBUILD index 801951d4a9..2f97393227 100644 --- a/main/mosh/APKBUILD +++ b/main/mosh/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.6 pkgrel=1 pkgdesc="Mobile shell surviving disconnects with local echo and line editing" url="http://mosh.mit.edu" -arch="noarch" +arch="all" license="GPL3+" depends="$pkgname-client $pkgname-server" makedepends="ncurses-dev zlib-dev libressl-dev perl-dev perl-io-tty protobuf-dev @@ -35,7 +35,6 @@ package() { } server() { - arch="all" replaces="mosh" pkgdesc="Mosh server" depends= @@ -45,7 +44,6 @@ server() { } client() { - arch="all" replaces="mosh" pkgdesc="Mosh client" depends="openssh-client perl-io-tty" |