git » kdecoration.git » commit 770c564

Plasma 5.7.0

author Antonio Rojas
2016-07-05 11:55:10 UTC
committer Antonio Rojas
2016-07-05 11:55:10 UTC
parent 7c2c78624bb61b0258d6d401a2c1aeed7bf7269d

Plasma 5.7.0

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index fbfedf5..9f836ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kdecoration
-pkgver=5.6.5
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='Plugin based library to create window decorations'
 arch=('i686' 'x86_64')
@@ -12,9 +12,10 @@ license=('LGPL')
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e1eab1c2c495a67ff2ffa4e170e061f333bdf6b22c1e489b4eae845e6e148a20'
+sha256sums=('6c7f9ff8f317a07563fe18f3caa70e607a7051c827c9edde027a342f4e5983c4'
             'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
 
 prepare() {
   mkdir -p build
@@ -26,7 +27,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_SYSCONFDIR=/etc \
     -DBUILD_TESTING=OFF
   make
 }