git » bluedevil.git » commit 926cdd0

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 372d68597561ecd4fcbb732e5d536f6f096e73c9

Plasma 5.24.0

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index cd13666..285ff18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=bluedevil
-pkgver=5.23.5
+pkgver=5.24.0
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
@@ -15,12 +15,13 @@ makedepends=(extra-cmake-modules plasma-framework)
 optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('dbb029a6f47b7b7038ede8d0b491b83d54cdb5438784ef9f7f16eba89aab76d9'
+sha256sums=('f7db65fc7d60f1b7257ba1d592c77cceb6e799caa10dc5b859b9f70907ca0b89'
             '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 \