git » libksysguard.git » commit 3c26224

upgpkg: 5.27.8-2: Rename kf5 packages

author Antonio Rojas
2023-09-30 22:51:00 UTC
committer Antonio Rojas
2023-09-30 22:51:00 UTC
parent d2c506df62787d6f6815bd9be31307b58c716871

upgpkg: 5.27.8-2: Rename kf5 packages

.SRCINFO +26 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..e3fc8d0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,26 @@
+pkgbase = libksysguard
+	pkgdesc = Library to retrieve information on the current status of computer hardware
+	pkgver = 5.27.8
+	pkgrel = 2
+	url = https://kde.org/plasma-desktop/
+	install = libksysguard.install
+	arch = x86_64
+	groups = plasma
+	license = LGPL
+	makedepends = extra-cmake-modules
+	makedepends = kdoctools5
+	makedepends = qt5-tools
+	depends = libxres
+	depends = qt5-webengine
+	depends = knewstuff5
+	conflicts = ksysguard<5.21.90
+	source = https://download.kde.org/stable/plasma/5.27.8/libksysguard-5.27.8.tar.xz
+	source = https://download.kde.org/stable/plasma/5.27.8/libksysguard-5.27.8.tar.xz.sig
+	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
+	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
+	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
+	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
+	sha256sums = a024c0183b0aed1e2fb4661ba0e31942f54a4a630ceb14ca745ac5f76245fd7d
+	sha256sums = SKIP
+
+pkgname = libksysguard
diff --git a/PKGBUILD b/PKGBUILD
index 6e1891d..01ca799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
 pkgname=libksysguard
 pkgver=5.27.8
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='Library to retrieve information on the current status of computer hardware'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libxres qt5-webengine knewstuff)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
+depends=(libxres qt5-webengine knewstuff5)
+makedepends=(extra-cmake-modules kdoctools5 qt5-tools)
 conflicts=('ksysguard<5.21.90')
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})