author | Antonio Rojas
<arojas@archlinux.org> 2020-04-11 09:26:14 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-04-11 09:26:14 UTC |
parent | 7a2b01c81f76b8145a7f55a848813a6a8b492c7a |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 63a3998..93015b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,17 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwayland -pkgver=5.68.0 +pkgver=5.69.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-wayland) makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols) groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('7c99bfac8f4bff457a5384c846be776c385649ced76be0f48699c6e12de24e7c' +sha256sums=('977d599f8f83ee5f6d6789bcddc21648238fb429e8b25cbebee79562ff084c85' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>