git » kinfocenter.git » commit f80e734

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 4b9903490b706baa35692165c2d8bdd2ad1d8f1d

Plasma 5.24.0

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 6b7291d..1e0f20f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,23 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kinfocenter
-pkgver=5.23.5
+pkgver=5.24.0
 pkgrel=1
 pkgdesc='A utility that provides information about a computer system'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(systemsettings glu vulkan-tools wayland-utils procps-ng)
+depends=(systemsettings glu vulkan-tools wayland-utils xorg-xdpyinfo mesa-utils)
 makedepends=(extra-cmake-modules plasma-framework kdoctools)
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('67ae1e26b98a3efdeab6a0741bef9948410da6bee63692189535def0de98f138'
+sha256sums=('ce1aeb35dff21642d622687c8dcb0d51ad1520d1e8dee443bc1780417032d825'
             '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 \