diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-06-01 08:05:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-04 05:33:23 +0000 |
commit | 799330f5e0d31faa66b6f745c668b46a8467eba3 (patch) | |
tree | 9b19f5cf81c6871fdf01bad85e524c13d863a487 /testing/websockify | |
parent | 85803fa9aa95ce509c1f8814831526e9da822f43 (diff) | |
download | aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.bz2 aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.xz |
testing/[various]: rebuild against openblas-0.3.0, enable s390x
Diffstat (limited to 'testing/websockify')
-rw-r--r-- | testing/websockify/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/websockify/APKBUILD b/testing/websockify/APKBUILD index 5557ecdb58..65177083cd 100644 --- a/testing/websockify/APKBUILD +++ b/testing/websockify/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=websockify pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="WebSockets support for any application/server" url="https://github.com/kanaka/websockify" -arch="noarch !s390x" +arch="noarch" license="LGPL-3.0" -depends="py2-$pkgname=$pkgver-r$pkgrel py-setuptools py2-numpy" +depends="py2-$pkgname=$pkgver-r$pkgrel py-setuptools py2-numpy>=1.14.3-r1" makedepends="python2-dev" subpackages="py2-$pkgname:py2" source="$pkgname-$pkgver.tar.gz::https://github.com/kanaka/$pkgname/archive/v$pkgver.tar.gz" |