git » kwindowsystem.git » commit 30e4535

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 96b7297641ea22c1adcc9250a9625335c1fb2130

KDE Frameworks 5.32

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index d6524f4..325ae2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwindowsystem
-pkgver=5.31.0
+pkgver=5.32.0
 pkgrel=1
 pkgdesc='Access to the windowing system'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ depends=('qt5-x11extras' 'libxfixes')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('cd402e03c023354e9ee37b7d0d5de621'
-         'SKIP')
+sha256sums=('21ab07f35428e5611354c67691489853f8c13f0b6443cf1c6c9f73c2866873b0'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {