git » bluez-qt.git » commit af93db2

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 10f24a7ea26fbe47c47b341fdd630bd23f7ff897

KDE Frameworks 5.32

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index d477156..33c847c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=bluez-qt
-pkgver=5.31.0
+pkgver=5.32.0
 pkgrel=1
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@ makedepends=(extra-cmake-modules mesa)
 conflicts=(libbluedevil-frameworks)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('2e2dfc3e49d878044c4848d147918d1b'
-         'SKIP')
+sha256sums=('d0bf3ddc2ef4071137e9f25127a02ed2a4860fcf65cc68403b70ca97c165865e'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {