Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ktexttemplate
Commits:
3bfee03e by Antonio Rojas at 2024-06-09T09:03:25+02:00
upgpkg: 6.3.0-1: Update to 6.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ktexttemplate
pkgdesc = Library to allow application developers to separate the
structure of documents from the data they contain
- pkgver = 6.2.0
+ pkgver = 6.3.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = ktexttemplate
depends = glibc
depends = qt6-base
depends = qt6-declarative
- source =
https://download.kde.org/stable/frameworks/6.2/ktexttemplate-6.2.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/6.2/ktexttemplate-6.2.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/6.3/ktexttemplate-6.3.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.3/ktexttemplate-6.3.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
a59b0e6e3acb94737b82eafac47d14725255c6c6f21c2371ccf9ecc1062cf2ca
+ sha256sums =
9351889c589fb2fa7f33fa6f0d748edbef44863fe79eb49b12d1fa5ab349ae9d
sha256sums = SKIP
pkgname = ktexttemplate
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=ktexttemplate
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc='Library to allow application developers to separate the structure of
documents from the data they contain'
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=('a59b0e6e3acb94737b82eafac47d14725255c6c6f21c2371ccf9ecc1062cf2ca'
+sha256sums=('9351889c589fb2fa7f33fa6f0d748edbef44863fe79eb49b12d1fa5ab349ae9d'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexttemplate/-/commit/3bfee03e41f1e2f7066c0777686d98df5811488a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexttemplate/-/commit/3bfee03e41f1e2f7066c0777686d98df5811488a
You're receiving this email because of your account on gitlab.archlinux.org.