diff options
Diffstat (limited to 'testing/websockify/APKBUILD')
-rw-r--r-- | testing/websockify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/websockify/APKBUILD b/testing/websockify/APKBUILD index e65bac5ddc..5557ecdb58 100644 --- a/testing/websockify/APKBUILD +++ b/testing/websockify/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.8.0 pkgrel=1 pkgdesc="WebSockets support for any application/server" url="https://github.com/kanaka/websockify" -arch="noarch" +arch="noarch !s390x" license="LGPL-3.0" depends="py2-$pkgname=$pkgver-r$pkgrel py-setuptools py2-numpy" makedepends="python2-dev" |