Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kdeclarative
Commits:
96427db5 by Antonio Rojas at 2024-06-09T09:01:48+02:00
upgpkg: 6.3.0-1: Update to 6.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kdeclarative
pkgdesc = Provides integration of QML and KDE Frameworks
- pkgver = 6.2.0
+ pkgver = 6.3.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -22,12 +22,12 @@ pkgbase = kdeclarative
depends = kwidgetsaddons
depends = qt6-base
depends = qt6-declarative
- source =
https://download.kde.org/stable/frameworks/6.2/kdeclarative-6.2.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/6.2/kdeclarative-6.2.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/6.3/kdeclarative-6.3.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.3/kdeclarative-6.3.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
a85c3f1599d229f052ee3786e9041ace5510c99844c8efc7bfc9ddaed1936d84
+ sha256sums =
807d83c487759ed54085ce514a80fb3aecea04ef98ee0ea306668fb6d5a46dce
sha256sums = SKIP
pkgname = kdeclarative
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kdeclarative
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc='Provides integration of QML and KDE Frameworks'
arch=(x86_64)
@@ -26,7 +26,7 @@ makedepends=(doxygen
qt6-tools)
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a85c3f1599d229f052ee3786e9041ace5510c99844c8efc7bfc9ddaed1936d84'
+sha256sums=('807d83c487759ed54085ce514a80fb3aecea04ef98ee0ea306668fb6d5a46dce'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeclarative/-/commit/96427db53f6d6b2e238aac5c1350322e4a6637cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeclarative/-/commit/96427db53f6d6b2e238aac5c1350322e4a6637cc
You're receiving this email because of your account on gitlab.archlinux.org.