git » knotifications.git » commit 819efdd

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 5bbc4a5da929a9bc69fe79bc02b0fb33034237b3

KDE Frameworks 5.32

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 93cc2d5..b6a0721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=knotifications
-pkgver=5.31.0
+pkgver=5.32.0
 pkgrel=1
 pkgdesc='Abstraction for system notifications'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 'kco
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('b8483a6872720152acfb22dae0db417e'
-         'SKIP')
+sha256sums=('9e0caf8599093e7c23bf0baa5f95d776f864a85f4d419bf14dc45fc1503d5719'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {