* update kio5 to 5.116.0-1.1

This commit is contained in:
Alexander Baldeck 2025-01-08 23:21:50 +01:00
parent 230b1a590e
commit b720888479
2 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,13 @@
pkgbase = kio5
pkgdesc = Resource and network access abstraction
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
@ -18,16 +22,15 @@ pkgbase = kio5
depends = kwallet5
depends = ktextwidgets5
depends = kded5
optdepends = kio-extras: extra protocols support (sftp, fish and more)
optdepends = kio5-extras: extra protocols support (sftp, fish and more)
optdepends = kdoctools5: for the help kioslave
optdepends = kio-fuse: to mount remote filesystems via FUSE
optdepends = switcheroo-control: hybrid GPU support
conflicts = kio<5.111
replaces = kio<5.111
source = https://download.kde.org/stable/frameworks/5.112/kio-5.112.0.tar.xz
source = https://download.kde.org/stable/frameworks/5.112/kio-5.112.0.tar.xz.sig
source = https://download.kde.org/stable/frameworks/5.116/kio-5.116.0.tar.xz
source = https://download.kde.org/stable/frameworks/5.116/kio-5.116.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
sha256sums = 84b8531c077fe8854f9fa69f6d2c120b222bf8334c14c6734dc14a429103fb99
sha256sums = efb719d6659c39a03b165dca3b6c84f729a833290fc44e7e1f99625690b6115a
sha256sums = SKIP
pkgname = kio5

View File

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