aboutsummaryrefslogtreecommitdiffstats
path: root/community/plymouth-kcm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/plymouth-kcm/APKBUILD')
-rw-r--r--community/plymouth-kcm/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/plymouth-kcm/APKBUILD b/community/plymouth-kcm/APKBUILD
index 631d20912b..b8d63998f7 100644
--- a/community/plymouth-kcm/APKBUILD
+++ b/community/plymouth-kcm/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plymouth-kcm
-pkgver=5.18.3
+pkgver=5.18.4
+_pkgver=5.18.4.1
pkgrel=0
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://cgit.kde.org/plymouth-kcm.git"
@@ -9,9 +10,10 @@ pkgdesc="KCM to manage the Plymouth (Boot) theme"
license="GPL-2.0-or-later"
depends="plymouth"
makedepends="extra-cmake-modules qt5-qtbase-dev karchive-dev knewstuff-dev kio-dev kdeclarative-dev ki18n-dev kconfig-dev kconfigwidgets-dev plymouth-dev kcmutils"
-source="https://download.kde.org/stable/plasma/$pkgver/plymouth-kcm-$pkgver.tar.xz"
+source="https://download.kde.org/stable/plasma/$pkgver/plymouth-kcm-$_pkgver.tar.xz"
subpackages="$pkgname-lang"
options="!check" # No tests
+builddir="$srcdir/$pkgname-$_pkgver"
build() {
cmake -B build \
@@ -30,4 +32,4 @@ package() {
DESTDIR="$pkgdir" make -C build install
}
-sha512sums="9b139d0ff4792852dfb3723f29762a22ba9f778a14a7b5ea882784821e733a768f66726987ac045eb4855bc4b6a4aed8fe3360a1fe856e703caf2e58a2c3de6d plymouth-kcm-5.18.3.tar.xz"
+sha512sums="436e9764f8891aa3040d9f80f57ca3f56633508f0bc82b3a995ecfca0e6f27a619daf893f31b64b7bda1ad4e57f9ec3044ec32913283fe2d4218fd62d247bf26 plymouth-kcm-5.18.4.1.tar.xz"