Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdesu
Commits:
c51b9852 by Antonio Rojas at 2024-06-09T09:02:01+02:00
upgpkg: 6.3.0-1: Update to 6.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kdesu
pkgdesc = Integration with su for elevated privileges
- pkgver = 6.2.0
+ pkgver = 6.3.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.2/kdesu-6.2.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/6.2/kdesu-6.2.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/6.3/kdesu-6.3.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.3/kdesu-6.3.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
7c612fea489d9e3e3d3c90cab0d314d98486bdc06014a60f609fdff21505822f
+ sha256sums =
a39905a1813347777907622063fc3d515a20c3b6da0fe479aa61734126a9e7de
sha256sums = SKIP
pkgname = kdesu
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kdesu
-pkgver=6.2.0
+pkgver=6.3.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=('7c612fea489d9e3e3d3c90cab0d314d98486bdc06014a60f609fdff21505822f'
+sha256sums=('a39905a1813347777907622063fc3d515a20c3b6da0fe479aa61734126a9e7de'
'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/c51b98523865fd699770bae44d08b978abeec24e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdesu/-/commit/c51b98523865fd699770bae44d08b978abeec24e
You're receiving this email because of your account on gitlab.archlinux.org.