* update knotifications to 6.11.0-1

This commit is contained in:
Alexander Baldeck 2025-02-24 11:27:23 +01:00
parent 88db98ee67
commit eda09ba390
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = knotifications
pkgdesc = Abstraction for system notifications
pkgver = 6.9.0
pkgrel = 3
pkgver = 6.11.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
arch = powerpc64le
@ -26,12 +26,12 @@ pkgbase = knotifications
depends = qt6-base
optdepends = pyside6: Python bindings
optdepends = qt6-declarative: QML bindings
source = https://download.kde.org/stable/frameworks/6.9/knotifications-6.9.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.9/knotifications-6.9.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/6.11/knotifications-6.11.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.11/knotifications-6.11.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums = 333fe1bd17a4a918cea6d51fd0535c8b88e1fb2e4f82ca730d0f8b48f0f0422f
sha256sums = a2e0815ea6e5c294fdd36316ca9792a406f5c123ec01a1c73a7e54cb0be2ea31
sha256sums = SKIP
pkgname = knotifications

View File

@ -4,8 +4,8 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=knotifications
pkgver=6.9.0
pkgrel=3
pkgver=6.11.0
pkgrel=1
pkgdesc='Abstraction for system notifications'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://community.kde.org/Frameworks'
@ -27,7 +27,7 @@ optdepends=('pyside6: Python bindings'
'qt6-declarative: QML bindings')
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('333fe1bd17a4a918cea6d51fd0535c8b88e1fb2e4f82ca730d0f8b48f0f0422f'
sha256sums=('a2e0815ea6e5c294fdd36316ca9792a406f5c123ec01a1c73a7e54cb0be2ea31'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>