aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-integration/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-10-22 11:22:36 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-10-22 17:25:33 -0300
commit68a733789003e9a2adbc1c889de199778c8566ce (patch)
tree03ac4dc100b2470f37314f9265235e94ea06e064 /community/plasma-integration/APKBUILD
parent7a9c9f12c3138b421dca0b269388cd198ec30778 (diff)
community/plasma: upgrade to 5.20.1
Diffstat (limited to 'community/plasma-integration/APKBUILD')
-rw-r--r--community/plasma-integration/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD
index d053dd74540..f7c324d6c3b 100644
--- a/community/plasma-integration/APKBUILD
+++ b/community/plasma-integration/APKBUILD
@@ -1,10 +1,12 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-integration
-pkgver=5.20.0
+pkgver=5.20.1
pkgrel=0
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch="all !armhf" # Blocked by qt5-qtdeclarative
+# armhf blocked by qt5-qtdeclarative
+# s390x blocked by kconfigwidgets
+arch="all !armhf !s390x"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))"
depends="font-noto ttf-hack qqc2-desktop-style"
@@ -32,4 +34,4 @@ check() {
package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="fd6d00e14bff37e14b407c9e6d6f5c1b4fe7a98218f714e8b79924862b8c1d0a83b367509a5924587f29f6ea5d1d8dc32643621e17ba01a0b682d2775653bbc3 plasma-integration-5.20.0.tar.xz"
+sha512sums="1b9b2692b283250ea829f29d272336a36ddc14fe1e8d3f4b92807a61822f4dd71d1fc5ef4c706db26bee6d54191f836a4c1c91726b6e90c8f22b502d69317ee2 plasma-integration-5.20.1.tar.xz"