diff options
-rw-r--r-- | community/mellowplayer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mellowplayer/APKBUILD b/community/mellowplayer/APKBUILD index 46cb9da2e9..3032568f71 100644 --- a/community/mellowplayer/APKBUILD +++ b/community/mellowplayer/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.8 pkgrel=0 pkgdesc="QT based cloud music integration for your desktop" url="https://colinduquesnoy.gitlab.io/MellowPlayer/" -arch="all !ppc64le !s390x !armhf !mips !mips64" # mips, ppc64le and s390x blocked by qt5-qtwebengine missing, armhf blocked by qt5-qtdeclarative +#arch="all !ppc64le !s390x !armhf !mips !mips64" # mips, ppc64le and s390x blocked by qt5-qtwebengine missing, armhf blocked by qt5-qtdeclarative license="GPL-2.0-or-later" depends="qt5-qtgraphicaleffects qt5-qtquickcontrols qt5-qtsvg qt5-qtwayland" makedepends="cmake qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtbase-mysql |