aboutsummaryrefslogtreecommitdiffstats
path: root/community/kwayland-integration
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-04-01 09:54:33 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-01 13:41:48 +0000
commit600e07fd66df526b52fc479e17c9d20623090c1b (patch)
tree56d92c9425cb4d31c8b4bc8861e024b860d177f2 /community/kwayland-integration
parentb72b900a069882fed03225151e6bc05a3ab75cbc (diff)
community/plasma: upgrade to 5.18.4.1
Diffstat (limited to 'community/kwayland-integration')
-rw-r--r--community/kwayland-integration/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD
index e6f2bc80274..386c22dad3f 100644
--- a/community/kwayland-integration/APKBUILD
+++ b/community/kwayland-integration/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=kwayland-integration
-pkgver=5.18.3
+pkgver=5.18.4
+_pkgver=5.18.4.1
pkgrel=0
pkgdesc="KWayland integration"
url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -9,8 +10,9 @@ arch="all !armhf" # armhf blocked by extra-cmake-modules
license="LGPL-2.1-only OR LGPL-3.0-only"
depends="kwayland kglobalaccel kidletime"
makedepends="cmake extra-cmake-modules qt5-qtbase-dev kwayland-dev kwindowsystem-dev kidletime-dev kguiaddons-dev"
-source="https://download.kde.org/stable/plasma/$pkgver/kwayland-integration-$pkgver.tar.xz"
+source="https://download.kde.org/stable/plasma/$pkgver/kwayland-integration-$_pkgver.tar.xz"
options="!check" # Broken
+builddir="$srcdir/$pkgname-$_pkgver"
build() {
cmake -B build \
@@ -24,4 +26,4 @@ package() {
DESTDIR="$pkgdir" make -C build install
}
-sha512sums="baac7935a55d93a114aa0edc8e0b203d99206f00718aac41be218c11b8291ee441f400bb04fd3dd3dcbb938a7f1aaa61d3ea5ddd306b478f7d78f6575557866c kwayland-integration-5.18.3.tar.xz"
+sha512sums="0ed673ad47091d946aca199d7e28db4ccac0b7274b2e5c774765cc8d6f9e91dc531bbffc50c448947cd144ad8c0766d7efc4b31826b7bf250bcbe9c9844a22fd kwayland-integration-5.18.4.1.tar.xz"