author | Antonio Rojas
<arojas@archlinux.org> 2016-07-05 11:55:10 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-07-05 11:55:10 UTC |
parent | 98a015edf7f9381ce2d4fd35fdd9db1b8ad784f2 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index daf2cf2..7414559 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=breeze pkgname=('breeze' 'breeze-kde4') -pkgver=5.6.5 +pkgver=5.7.0 pkgrel=1 arch=('i686' 'x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' @@ -12,9 +12,10 @@ license=('LGPL') makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig}) -sha256sums=('ed9fb6ea6b47b869216deda2f4ddfd0e0a81073c54538325581fc978618fff73' +sha256sums=('54a817cfa2c961838c5581a0750e6a593b56edc0ae3b2392b2b84d8a2a00c4eb' 'SKIP') -validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088' # Jonathan Riddell + 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson prepare() { mkdir -p build{,-kde4} @@ -39,7 +40,7 @@ build() { } package_breeze() { - depends=('frameworkintegration' 'kdecoration' 'breeze-icons') + depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland') pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' optdepends=('breeze-kde4: Breeze widget style for KDE4 applications' 'breeze-gtk: Breeze widget style for GTK applications'