* update kidletime to 6.8.0-1

This commit is contained in:
Alexander Baldeck 2024-12-24 10:45:30 +01:00
parent 70bc665651
commit be619e3c79
2 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,13 @@
pkgbase = kidletime
pkgdesc = Monitoring user activity
pkgver = 6.7.0
pkgver = 6.8.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = kf6
license = LGPL-2.0-only
license = LGPL-3.0-only
@ -24,12 +28,12 @@ pkgbase = kidletime
optdepends = libxss: XCB plugin
optdepends = qt6-wayland: Wayland plugin
optdepends = wayland: Wayland plugin
source = https://download.kde.org/stable/frameworks/6.7/kidletime-6.7.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.7/kidletime-6.7.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/6.8/kidletime-6.8.0.tar.xz
source = https://download.kde.org/stable/frameworks/6.8/kidletime-6.8.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums = 60a6c70387b63e61147029ce57f170237271411630a3372a0e8d7240b8006aaf
sha256sums = 51016058faf392515ea7f582d25c666abddf38ef66abf187502cf46c5e11e410
sha256sums = SKIP
pkgname = kidletime

View File

@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kidletime
pkgver=6.7.0
pkgver=6.8.0
pkgrel=1
pkgdesc='Monitoring user activity'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -29,7 +29,7 @@ optdepends=('libx11: XCB plugin'
'wayland: Wayland plugin')
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('60a6c70387b63e61147029ce57f170237271411630a3372a0e8d7240b8006aaf'
sha256sums=('51016058faf392515ea7f582d25c666abddf38ef66abf187502cf46c5e11e410'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>