Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdesu
Commits:
1c67a728 by Antonio Rojas at 2024-09-15T18:29:48+02:00
upgpkg: 6.6.0-1: Update to 6.6.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kdesu
pkgdesc = Integration with su for elevated privileges
- pkgver = 6.5.0
+ pkgver = 6.6.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -19,12 +19,12 @@ pkgbase = kdesu
depends = kpty
depends = libx11
depends = qt6-base
- source =
https://download.kde.org/stable/frameworks/6.5/kdesu-6.5.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/6.5/kdesu-6.5.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/6.6/kdesu-6.6.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.6/kdesu-6.6.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
03c08d0bbcf71ef122ebe3c97b109092ad9e8719d20d341d8510607bda9ab393
+ sha256sums =
d5ac127e3b218da7a785fa606490b052c09d481bcff0227b45d42ef0e3f34a5f
sha256sums = SKIP
pkgname = kdesu
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kdesu
-pkgver=6.5.0
+pkgver=6.6.0
pkgrel=1
pkgdesc='Integration with su for elevated privileges'
arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(doxygen
qt6-tools)
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('03c08d0bbcf71ef122ebe3c97b109092ad9e8719d20d341d8510607bda9ab393'
+sha256sums=('d5ac127e3b218da7a785fa606490b052c09d481bcff0227b45d42ef0e3f34a5f'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdesu/-/commit/1c67a728a5f94fe678fa8b07996991468b9bf7c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdesu/-/commit/1c67a728a5f94fe678fa8b07996991468b9bf7c3
You're receiving this email because of your account on gitlab.archlinux.org.