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/kimchi | |
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/kimchi')
-rw-r--r-- | testing/kimchi/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/kimchi/APKBUILD b/testing/kimchi/APKBUILD index e79a355c4b..85ec696653 100644 --- a/testing/kimchi/APKBUILD +++ b/testing/kimchi/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=kimchi pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="An HTML5 management interface for KVM" url="https://github.com/kimchi-project/kimchi" -arch="noarch !s390x" +arch="noarch" license="Apache LGPL-2.1" depends=" python2 @@ -18,7 +18,7 @@ depends=" py-cheetah py-ethtool py2-lxml - py-websockify + py2-websockify>=0.8.0-r2 py2-pillow qemu qemu-img @@ -33,9 +33,9 @@ depends=" py2-libuser util-linux spice-html5 - websockify + websockify>=0.8.0-r2 py-numpy - novnc + novnc>=1.0.0-r1 " makedepends=" automake |