diff --git a/srcpkgs/kio-extras/template b/srcpkgs/kio-extras/template index 65a61e15620..23fc9fc5a13 100644 --- a/srcpkgs/kio-extras/template +++ b/srcpkgs/kio-extras/template @@ -1,7 +1,7 @@ # Template file for 'kio-extras' pkgname=kio-extras -version=19.04.2 -revision=2 +version=19.04.3 +revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools @@ -15,8 +15,12 @@ maintainer="Denis Revin " license="GPL-2.0-or-later, LGPL-2.0-or-later" homepage="https://cgit.kde.org/kio-extras.git" distfiles="${KDE_SITE}/applications/${version}/src/kio-extras-${version}.tar.xz" -checksum=321e27bd27ed26980e5e9b4b638f43045cfdaa8488b1642e2378178af7327e81 +checksum=b65cb37a5965782a9eaae80840fdd7e06505aece33cc6774510c65e1fea3f55b if [ -z "$CROSS_BUILD" ]; then makedepends+=" libssh-devel" fi + +case "$XBPS_TARGET_MACHINE" in + arm*) broken="depends on qt5-webengine";; +esac