aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2020-11-06 19:07:41 -0800
committerLeo <thinkabit.ukim@gmail.com>2020-11-07 03:17:28 +0000
commit6f5f9c3c254963238e84b8cc29fa669d7411f17e (patch)
tree66d92614b4f23e9adc669f0d69924818c20cf2f0
parent027ee8c484997cecae4462286a56996859f6d50b (diff)
community/wys: disable s390x
This package depends on modemmanager-dev, which is unavailable for this arch.
-rw-r--r--community/wys/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wys/APKBUILD b/community/wys/APKBUILD
index c6bf2aec0e3..d282f2ad485 100644
--- a/community/wys/APKBUILD
+++ b/community/wys/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=wys
pkgver=0.1.9
-pkgrel=0
+pkgrel=1
pkgdesc="A daemon to bring up and take down PulseAudio loopbacks for phone call audio."
-arch="all !mips64" # blocked by modemmanager
+arch="all !mips64 !s390x" # blocked by modemmanager
url="https://source.puri.sm/Librem5/wys"
license="GPL-3.0-or-later"
makedepends="meson pulseaudio-dev glib-dev modemmanager-dev"