git » bluedevil.git » commit 55b1e3d

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 865cdebd8338272c73b9660aa8481d343e520538

Plasma 5.11.0

PKGBUILD +10 -12

diff --git a/PKGBUILD b/PKGBUILD
index baf0c8f..21d15e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Antonio Rojas <arojas@archlinux.org>
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=bluedevil
-pkgver=5.10.5
+pkgver=5.11.0
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-groups=('plasma')
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded python)
+groups=(plasma)
 source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('394945cbb8a9c2b3249f9aa7601874a10b0cbfc6ffd425fd77cfcf19df73d006'
+sha256sums=('7cd235b185e1cb7117f1906804553f0e8c7351c762db3c4b811d06fc92e598cd'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
@@ -31,8 +29,8 @@ build() {
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }