author | Felix Yan
<felixonmars@archlinux.org> 2019-08-11 08:48:24 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-08-11 08:48:24 UTC |
parent | 800d89a9acd6dcc13196ee261b31bfde143d74b4 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 184d422..2604690 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,17 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwayland -pkgver=5.60.0 +pkgver=5.61.0 pkgrel=1 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' arch=(x86_64) url='https://www.kde.org' license=(LGPL) -depends=(qt5-base) +depends=(qt5-base wayland-protocols) makedepends=(extra-cmake-modules doxygen qt5-tools) groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('a0645594c2dc7c121b11eecf1c1d31448d110d13dab200caadddb7e1d836d905' +sha256sums=('42d3bc629710e09074006af288986b00683853660648c9364fb09d49db3f0e07' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>