* update kconfig5 to 5.116.0-1.1

This commit is contained in:
Alexander Baldeck 2025-01-08 23:21:48 +01:00
parent 76ef11665d
commit 29bbc06319
2 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,13 @@
pkgbase = kconfig5
pkgdesc = Configuration system
pkgver = 5.112.0
pkgrel = 1
pkgver = 5.116.0
pkgrel = 1.1
url = https://community.kde.org/Frameworks
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = kf5
license = LGPL
makedepends = extra-cmake-modules
@ -15,10 +19,10 @@ pkgbase = kconfig5
optdepends = qt5-declarative: QML bindings
conflicts = kconfig<5.111
replaces = kconfig<5.111
source = https://download.kde.org/stable/frameworks/5.112/kconfig-5.112.0.tar.xz
source = https://download.kde.org/stable/frameworks/5.112/kconfig-5.112.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/5.116/kconfig-5.116.0.tar.xz
source = https://download.kde.org/stable/frameworks/5.116/kconfig-5.116.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
sha256sums = 86de26d25a4c135d60d8511b7fd9d00db26e03a27f1631d26f321e7146d91820
sha256sums = 2c5de3609273aa167a5c49be42470a3bf87d70fc8565ba6cee3717c00067470e
sha256sums = SKIP
pkgname = kconfig5

View File

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