diff options
Diffstat (limited to 'community/frameworkintegration/APKBUILD')
-rw-r--r-- | community/frameworkintegration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/frameworkintegration/APKBUILD b/community/frameworkintegration/APKBUILD index 70a0eeb779..7107947a3b 100644 --- a/community/frameworkintegration/APKBUILD +++ b/community/frameworkintegration/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=frameworkintegration -pkgver=5.67.0 -pkgrel=1 +pkgver=5.68.0 +pkgrel=0 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org" @@ -38,4 +38,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="47ec7ebc2b1067074620a5a9e39f5aa664595569fc2d4a1c591e34e9ac52502fffd51f7707a522bf4028f50064f82dfafe2c6b46faa3b0f212b766e6f2ac2186 frameworkintegration-5.67.0.tar.xz" +sha512sums="3aa3c8cd7d5c1b7d444be504fbf1d3ff3cabdd4c043d98436e82d57415c8d9f99158f90065cf3f06b007585dfd2d4a5a8ee978795f4f7285f0e50c52dc74e372 frameworkintegration-5.68.0.tar.xz" |