author | Antonio Rojas
<arojas@archlinux.org> 2020-07-11 06:42:26 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-07-11 06:42:26 UTC |
parent | 85e8c081fb49e096b96a5e24dfbbd8528af3fcba |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a809ff3..031525b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=bluez-qt -pkgver=5.71.0 +pkgver=5.72.0 pkgrel=1 pkgdesc='Qt wrapper for Bluez 5 DBus API' arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative) optdepends=('qt5-declarative: QML bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('7014e946f16db62218fe8e9af808999922d447034355f17b9e09b31321e53bad' +sha256sums=('4a69cf0350714453d904fba3ce7106b1c7f7f3a73784dfe4a08c5371f7b43229' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>