git » kinfocenter.git » commit 5ff10cb

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 f245801bb2efb68ac40d7fdd4eca774561709803

Plasma 5.11.0

PKGBUILD +14 -14

diff --git a/PKGBUILD b/PKGBUILD
index 4093d8c..956ed10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Antonio Rojas <arojas@archlinux.org>
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.10.5
+pkgver=5.11.0
 pkgrel=1
 pkgdesc='A utility that provides information about a computer system'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://www.kde.org/applications/system/kinfocenter/'
-license=('LGPL')
-depends=('kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'kdoctools')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig} 
-'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc')
-sha256sums=('5527a3f1bb608dbaf092747c9e0c1ac24305987f31eb10604a536c73af978e3a'
+license=(LGPL)
+depends=(kcmutils pciutils glu libraw1394 kwayland)
+makedepends=(extra-cmake-modules python plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig} 
+        archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg
+        kcm-about-distrorc)
+sha256sums=('a4aee1158ead6d9c5873db4d245fc9bf9522f72e73983d3bde1bbbc9bce51c87'
             'SKIP'
             'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
             '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
@@ -29,17 +29,17 @@ 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
 
 # Install Arch logo
   install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg