author | Antonio Rojas
<arojas@archlinux.org> 2016-06-14 14:58:36 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-06-14 14:58:36 UTC |
parent | e3cbb12d28c9e37acaaba88eb269d23e5f114b77 |
PKGBUILD | +5 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index c18db1f..11cc069 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer:Antonio Rojas <arojas@archlinux.org> pkgname=kwayland-integration -pkgver=5.6.4 +pkgver=5.6.5 pkgrel=1 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' arch=(i686 x86_64) @@ -10,8 +10,10 @@ license=(LGPL) depends=(kwindowsystem kidletime kwayland) makedepends=(extra-cmake-modules) groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") -md5sums=('e524efd0d963ed40091a3ee4657c84c0') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('f054e10afe855e743b01eccdea90f6a33bbb549acf2eb20a0e296061406ac6e9' + 'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell prepare() { mkdir -p build