git » plasma-disks.git » commit b85074d

Plasma 5.24.0

author Antonio Rojas
2022-02-08 12:08:34 UTC
committer Antonio Rojas
2022-02-08 12:08:34 UTC
parent 08a342d8154702f4ef6b826dace0ed560c7b70be

Plasma 5.24.0

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 723cb5a..f83af8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer:Antonio Rojas <arojas@archlinux.org>
 
 pkgname=plasma-disks
-pkgver=5.23.5
+pkgver=5.24.0
 pkgrel=1
 pkgdesc='Monitors S.M.A.R.T. capable devices for imminent failure'
 arch=(x86_64)
@@ -11,12 +11,13 @@ depends=(smartmontools kinfocenter)
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d7c849910745c741cbfa2da9cbe1ecd820bc522b6e6ff000f2489e5ba4ff2705'
+sha256sums=('adec5687be4c29ed2c5c1a83736167a59e410a9f04ca37667e47d606bde577b0'
             'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson@kde.org>
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \