* update ktexttemplate to 6.7.0-1

This commit is contained in:
Alexander Baldeck 2024-11-15 11:28:45 +01:00
parent d4754fa3e8
commit 10ad6f4296
2 changed files with 12 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = ktexttemplate
pkgdesc = Library to allow application developers to separate the structure of documents from the data they contain
pkgver = 5.249.0
pkgver = 6.8.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@ -14,11 +14,12 @@ pkgbase = ktexttemplate
depends = glibc
depends = qt6-base
depends = qt6-declarative
source = https://download.kde.org/unstable/frameworks/5.249.0/ktexttemplate-5.249.0.tar.xz
source = https://download.kde.org/unstable/frameworks/5.249.0/ktexttemplate-5.249.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/6.8/ktexttemplate-6.8.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.8/ktexttemplate-6.8.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
sha256sums = cfa66fe841d1ee75b44612dfa0f4800acfae9a6c3cc76d695e5452135d979b74
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums = 3a83dafb4075af0bb015556a64205094fcca2bac5b9fb0dee614eaff252a0412
sha256sums = SKIP
pkgname = ktexttemplate

View File

@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=ktexttemplate
pkgver=5.249.0
pkgver=6.7.0
pkgrel=1
pkgdesc='Library to allow application developers to separate the structure of documents from the data they contain'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -17,11 +17,13 @@ makedepends=(doxygen
qt6-doc
qt6-tools)
groups=(kf6)
source=(https://download.kde.org/unstable/frameworks/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('cfa66fe841d1ee75b44612dfa0f4800acfae9a6c3cc76d695e5452135d979b74'
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('d6b75f193f4d8d817cf374872a57427489c61736121c72a69c4dd7ee62e1e233'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell <jr@jriddell.org>
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>
90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella <nicolas.fella@kde.org>
)
build() {
cmake -B build -S $pkgname-$pkgver \