git » kwrited.git » commit f982de9

Plasma 5.11.0

author Antonio Rojas
2017-10-10 10:22:00 UTC
committer Antonio Rojas
2017-10-10 10:22:00 UTC
parent f6d1b7eef4500374019a152c28cdfd22f524c02a

Plasma 5.11.0

PKGBUILD +12 -12

diff --git a/PKGBUILD b/PKGBUILD
index 5dc31a9..461e5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Antonio Rojas <arojas@archlinux.org>
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Antonio Rojas
 
 pkgname=kwrited
-pkgver=5.10.5
+pkgver=5.11.0
 pkgrel=1
 pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kpty' 'knotifications' 'kdbusaddons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('894d7f3231e8842676560a5a1e872532e2c70dd302f647e7a2676143c982f072'
+license=(LGPL)
+depends=(kpty knotifications kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3df2bb652a3b80cea31f1c89c01b710698afee3ba4d5f10b29b9a6122a30ebd2'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
@@ -25,15 +25,15 @@ prepare() {
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }