community/nextcloud-client: don't build for x86

qt5-qtwebengine not available on x86
This commit is contained in:
Leonardo Arena 2018-12-13 15:00:25 +00:00
parent e2afbed528
commit 24bf3b3560

View File

@ -1,10 +1,10 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=nextcloud-client
pkgver=2.5.1
pkgrel=0
pkgrel=1
pkgdesc="Nextcloud Desktop Client"
url="https://github.com/nextcloud/client_theming"
arch="all"
arch="all !x86" # qt5-qtwebengine not avail
license="GPL-2.0-only"
makedepends="$depends_dev cmake doxygen qt5-qtwebengine-dev qt5-qttools-dev
qt5-qtwebkit-dev qt5-qtkeychain-dev"