* update kauth5 to 5.116.0-1.1

This commit is contained in:
Alexander Baldeck 2025-01-08 23:21:44 +01:00
parent 073ef4ab6b
commit da03b58b26
2 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,13 @@
pkgbase = kauth5 pkgbase = kauth5
pkgdesc = Abstraction to system policy and authentication features pkgdesc = Abstraction to system policy and authentication features
pkgver = 5.112.0 pkgver = 5.116.0
pkgrel = 1 pkgrel = 1.1
url = https://community.kde.org/Frameworks url = https://community.kde.org/Frameworks
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = kf5 groups = kf5
license = LGPL license = LGPL
makedepends = extra-cmake-modules makedepends = extra-cmake-modules
@ -14,10 +18,10 @@ pkgbase = kauth5
depends = polkit-qt5 depends = polkit-qt5
conflicts = kauth<5.111 conflicts = kauth<5.111
replaces = kauth<5.111 replaces = kauth<5.111
source = https://download.kde.org/stable/frameworks/5.112/kauth-5.112.0.tar.xz source = https://download.kde.org/stable/frameworks/5.116/kauth-5.116.0.tar.xz
source = https://download.kde.org/stable/frameworks/5.112/kauth-5.112.0.tar.xz.sig source = https://download.kde.org/stable/frameworks/5.116/kauth-5.116.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
sha256sums = 67cbe41ea269b34ffe9cab1833d18fa203394d8432964b509fdeb7712d9405f7 sha256sums = ace1ee1ac0aa1b291c4c50c93fc3503b62318eeef0df0ee394a5a08da9691ff4
sha256sums = SKIP sha256sums = SKIP
pkgname = kauth5 pkgname = kauth5

View File

@ -6,7 +6,7 @@
_name=kauth _name=kauth
pkgname=${_name}5 pkgname=${_name}5
pkgver=5.116.0 pkgver=5.116.0
pkgrel=1 pkgrel=1.1
pkgdesc='Abstraction to system policy and authentication features' pkgdesc='Abstraction to system policy and authentication features'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://community.kde.org/Frameworks' url='https://community.kde.org/Frameworks'