diff --git a/community/audacious-plugins/APKBUILD b/community/audacious-plugins/APKBUILD index 4f091aec82b..84499684023 100644 --- a/community/audacious-plugins/APKBUILD +++ b/community/audacious-plugins/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.10 pkgrel=0 pkgdesc="A playlist-oriented media player with multiple interfaces (plugins)" url="http://audacious-media-player.org/" -arch="all" +arch="all !s390x" license="ISC" depends="audacious" install_if="audacious=$pkgver" diff --git a/community/audacious/APKBUILD b/community/audacious/APKBUILD index 2c4243fdb54..e73701cba9f 100644 --- a/community/audacious/APKBUILD +++ b/community/audacious/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.10 pkgrel=0 pkgdesc="A playlist-oriented media player with multiple interfaces" url="http://audacious-media-player.org/" -arch="all" +arch="all !s390x" license="ISC" depends_dev="gtk+2.0-dev dbus-glib-dev" makedepends="$depends_dev libguess-dev>=1.2 libxml2-dev autoconf automake"