Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
syndication
Commits:
1915f74d by Antonio Rojas at 2024-06-09T09:00:21+02:00
upgpkg: 6.3.0-1: Update to 6.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = syndication
pkgdesc = RSS/Atom parser library
- pkgver = 6.2.0
+ pkgver = 6.3.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = syndication
depends = glibc
depends = kcodecs
depends = qt6-base
- source =
https://download.kde.org/stable/frameworks/6.2/syndication-6.2.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/6.2/syndication-6.2.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/6.3/syndication-6.3.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.3/syndication-6.3.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
50ec3843a08ec7b185352c94b89bc2d2720ceaf17eb961a4c3da55f93d05af3c
+ sha256sums =
cdf057c09be35e39809040072a67b8526ee612b6d8761f96f613b350d979c8d4
sha256sums = SKIP
pkgname = syndication
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=syndication
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc='RSS/Atom parser library'
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(doxygen
qt6-tools)
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('50ec3843a08ec7b185352c94b89bc2d2720ceaf17eb961a4c3da55f93d05af3c'
+sha256sums=('cdf057c09be35e39809040072a67b8526ee612b6d8761f96f613b350d979c8d4'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syndication/-/commit/1915f74d07dbfbb44dd2c8fa8ec3ded00c1bd7b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syndication/-/commit/1915f74d07dbfbb44dd2c8fa8ec3ded00c1bd7b2
You're receiving this email because of your account on gitlab.archlinux.org.