git » frameworkintegration.git » commit 76b96f7

KDE Frameworks 5.32

author Antonio Rojas
2017-03-11 11:29:31 UTC
committer Antonio Rojas
2017-03-11 11:29:31 UTC
parent 8302dfa85ff7999c6ceaeccaf4e4194b2ce249a2

KDE Frameworks 5.32

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 7d5c10d..32a99ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=frameworkintegration
-pkgver=5.31.0
+pkgver=5.32.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
 optdepends=('appstream-qt: dependency resolving via AppStream' 'packagekit-qt5: dependency resolving via AppStream')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('128fa26a3e7928ae74db95ee774fcf48'
-         'SKIP')
+sha256sums=('8a5ff514aaa73c4fbf616be45be9be9a2699d80c3409ccc749c8d07709635a08'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {