diff --git a/kde/kcodecs5/.SRCINFO b/kde/kcodecs5/.SRCINFO index 23e9af181b..f58b6fd261 100644 --- a/kde/kcodecs5/.SRCINFO +++ b/kde/kcodecs5/.SRCINFO @@ -1,9 +1,13 @@ pkgbase = kcodecs5 pkgdesc = Provide a collection of methods to manipulate strings using various encodings - 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 @@ -14,10 +18,10 @@ pkgbase = kcodecs5 depends = qt5-base conflicts = kcodecs<5.111 replaces = kcodecs<5.111 - source = https://download.kde.org/stable/frameworks/5.112/kcodecs-5.112.0.tar.xz - source = https://download.kde.org/stable/frameworks/5.112/kcodecs-5.112.0.tar.xz.sig + source = https://download.kde.org/stable/frameworks/5.116/kcodecs-5.116.0.tar.xz + source = https://download.kde.org/stable/frameworks/5.116/kcodecs-5.116.0.tar.xz.sig validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB - sha256sums = dd8bc7cb31ce18832e45d0822cfb176b39a535bf6a87e9520f6648ad0ac6d55e + sha256sums = a489d22e91cafcb60854c6e914969e1f3f8270b403baf2ec3a1d76ae2bd3680e sha256sums = SKIP pkgname = kcodecs5 diff --git a/kde/kcodecs5/PKGBUILD b/kde/kcodecs5/PKGBUILD index f9046760a7..4981f00819 100644 --- a/kde/kcodecs5/PKGBUILD +++ b/kde/kcodecs5/PKGBUILD @@ -6,7 +6,7 @@ _name=kcodecs pkgname=${_name}5 pkgver=5.116.0 -pkgrel=1 +pkgrel=1.1 pkgdesc='Provide a collection of methods to manipulate strings using various encodings' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://community.kde.org/Frameworks'