community/nextcloud-client: remove obsolete dependency on qt5-qtquickcontrols

It was added in 9caf46e76f but from local testing it seems unnecessary
now
This commit is contained in:
Bart Ribbers 2024-08-20 18:01:28 +02:00 committed by Leonardo Arena
parent 6f91cccc6d
commit e6230d15ad

View File

@ -2,14 +2,14 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=nextcloud-client
pkgver=3.13.2
pkgrel=0
pkgrel=1
pkgdesc="Nextcloud Desktop Client"
url="https://github.com/nextcloud/desktop"
# s390x, ppc64le, riscv64 and loongarch64 blocked by qt5-qtwebengine
# armhf blocked by extra-cmake-modules
arch="all !s390x !ppc64le !armhf !riscv64 !loongarch64"
license="GPL-2.0-only"
depends="dbus:org.freedesktop.Secrets qt5-qtquickcontrols"
depends="dbus:org.freedesktop.Secrets"
makedepends="
$depends_dev
cmake