summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Moldtmann2021-07-30 13:21:04 +0200
committerErik Moldtmann2021-07-30 13:21:04 +0200
commit0af7132611cefb81175b453e61a8d87ffa4681f1 (patch)
treec8c4b48e67247218c7c60277a5dcd20d8a79c137
parent0b3f628c33ab33fe06b3c27157fb4189978040f0 (diff)
downloadaur-0af7132611cefb81175b453e61a8d87ffa4681f1.tar.gz
v5.22.4
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c590dc9955ab..29c226a2ac11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plymouth-kcm
pkgdesc = KCM to manage the Plymouth (Boot) theme
- pkgver = 5.22.3
+ pkgver = 5.22.4
pkgrel = 1
url = https://invent.kde.org/plasma/plymouth-kcm.git
arch = any
@@ -15,11 +15,11 @@ pkgbase = plymouth-kcm
depends = ki18n
depends = kdeclarative
depends = kcmutils
- source = https://download.kde.org/stable/plasma/5.22.3/plymouth-kcm-5.22.3.tar.xz
- source = https://download.kde.org/stable/plasma/5.22.3/plymouth-kcm-5.22.3.tar.xz.sig
+ source = https://download.kde.org/stable/plasma/5.22.4/plymouth-kcm-5.22.4.tar.xz
+ source = https://download.kde.org/stable/plasma/5.22.4/plymouth-kcm-5.22.4.tar.xz.sig
validpgpkeys = 2D1D5B0588357787DE9EE225EC94D18F7F05997E
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
- sha256sums = 29f045a56bc706cf626a6483b2a094edadd7d13438999535dfdc81d88f409677
+ sha256sums = c18728daf04d6d151f208c1f477dbd7d52ab2efed31e4f0254b881da224d036e
sha256sums = SKIP
pkgname = plymouth-kcm
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..770f7976c545
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src/
+pkg/
+plymouth*
diff --git a/PKGBUILD b/PKGBUILD
index 5785d1867ec7..c7a31cfe5d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Daniel Cohen <dan@supercore.co.uk>
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=plymouth-kcm
-pkgver=5.22.3
+pkgver=5.22.4
pkgrel=1
pkgdesc="KCM to manage the Plymouth (Boot) theme"
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('plymouth' 'knewstuff' 'kconfig' 'kconfigwidgets' 'ki18n' 'kdeclarative' 'kcmutils')
makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('29f045a56bc706cf626a6483b2a094edadd7d13438999535dfdc81d88f409677'
+sha256sums=('c18728daf04d6d151f208c1f477dbd7d52ab2efed31e4f0254b881da224d036e'
'SKIP')
validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E # Jonathan Riddell <jr@jriddell.org>
0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah <bshah@kde.org>