* update attica to 6.8.0-1

This commit is contained in:
Alexander Baldeck 2024-12-24 10:45:28 +01:00
parent da5b6c1e69
commit 9edd461329
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = attica
pkgdesc = Qt library that implements the Open Collaboration Services API
pkgver = 6.7.0
pkgver = 6.8.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@ -18,12 +18,12 @@ pkgbase = attica
depends = gcc-libs
depends = glibc
depends = qt6-base
source = https://download.kde.org/stable/frameworks/6.7/attica-6.7.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.7/attica-6.7.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/6.8/attica-6.8.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.8/attica-6.8.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums = daa5c07b474899e16b42710e03d0590936bce0f54800239d633d48caa3be0d7d
sha256sums = 44300a2d0ed465d9adb0023fac6d67b3b29bec299a54fea3ff3477d9118d1fdd
sha256sums = SKIP
pkgname = attica

View File

@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=attica
pkgver=6.7.0
pkgver=6.8.0
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
pkgdesc='Qt library that implements the Open Collaboration Services API'
@ -19,7 +19,7 @@ makedepends=(doxygen
qt6-tools)
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('daa5c07b474899e16b42710e03d0590936bce0f54800239d633d48caa3be0d7d'
sha256sums=('44300a2d0ed465d9adb0023fac6d67b3b29bec299a54fea3ff3477d9118d1fdd'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>