git » plasma-vault.git » commit 8c98ca7

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 8682db330d55f895210f7a36b7d8e1323bf9b9b7

Plasma 5.24.0

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 30f15c4..df4e18c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=plasma-vault
-pkgver=5.23.5
+pkgver=5.24.0
 pkgrel=1
 pkgdesc='Plasma applet and services for creating encrypted vaults'
 arch=(x86_64)
@@ -12,12 +12,13 @@ depends=(plasma-workspace networkmanager-qt)
 makedepends=(extra-cmake-modules)
 optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for encryption' 'gocryptfs: to use gocryptfs for encryption')
 source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('0d6cffa89f53de921a983340b066119315c8bbff613ddc9bdedbe2247018c5bd'
+sha256sums=('ffe3832ff68482dcbaf08d58ffaaf4c8b6c1e3979e2d5873cb266b98554463ee'
             '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 \