> The user provided the following additional text:
I've attached a git format-patch to update kinfocenter and khotkeys to 5.11.2


-jc
>From ee29f700d2b37e5db3200ed6dd6f28f40fe1af44 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gar...@iserlohn-fortress.net>
Date: Tue, 24 Oct 2017 15:02:14 -0700
Subject: [PATCH] Updated kinfocenter/khotkeys to 5.11.2

---
 libre/khotkeys/PKGBUILD    | 17 ++++++++---------
 libre/kinfocenter/PKGBUILD | 22 +++++++++++-----------
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD
index e84975de0..b5dbdb5bf 100644
--- a/libre/khotkeys/PKGBUILD
+++ b/libre/khotkeys/PKGBUILD
@@ -6,18 +6,17 @@
 # Contributor (Arch): Andrea Scarpino <and...@archlinux.org>
 
 pkgname=khotkeys
-pkgver=5.11.1
+pkgver=5.11.2
 pkgrel=1.parabola1
 pkgdesc='KHotKeys, with DuckDuckGo HTML support'
-arch=('i686' 'x86_64' 'armv7h')
+arch=(i686 x86_64 armv7h)
 url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
 groups=(plasma)
 source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('850e226ca36549c560a5ee94a2fefe48f9e0b48c32898a86a66de3a4a20e3734'
+sha256sums=('953ecca1d75f7b23943eaeff2e8b3b1592f042bfe6e7b0c047043f26b6012af0'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
@@ -31,7 +30,7 @@ prepare() {
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
@@ -41,5 +40,5 @@ build() {
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }
diff --git a/libre/kinfocenter/PKGBUILD b/libre/kinfocenter/PKGBUILD
index 8e912c730..a3ea8f621 100644
--- a/libre/kinfocenter/PKGBUILD
+++ b/libre/kinfocenter/PKGBUILD
@@ -6,19 +6,19 @@
 # Contributor (Arch): Andrea Scarpino <and...@archlinux.org>
 
 pkgname=kinfocenter
-pkgver=5.11.1
+pkgver=5.11.2
 pkgrel=1.parabola1
 pkgdesc='A utility that provides information about a computer system (Parabola rebranded)'
-arch=('i686' 'x86_64' 'armv7h')
+arch=(i686 x86_64 armv7h)
 url='https://www.kde.org/applications/system/kinfocenter/'
-license=('LGPL')
-depends=('kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'kdoctools')
-groups=('plasma')
+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}
-        'parabola-logo.svg::https://wiki.parabola.nu/images/a/af/Parabolagnu%2Blinuxlibre-dark-scalable.svg'
-        'kcm-about-distrorc')
-sha256sums=('88b1da98f2e27edfe8c1d6f55188ffd8512bfad4bbc1db30d978200f0c717047'
+        parabola-logo.svg::https://wiki.parabola.nu/images/a/af/Parabolagnu%2Blinuxlibre-dark-scalable.svg
+        kcm-about-distrorc)
+sha256sums=('147dc458209f18693b77af27db95f58a3dac1dfc538fba484436daabb07d6184'
             'SKIP'
             '75136b90185242891cbeb993285f400bcc9c6c70fdccb0f5e50790acaf875b92'
             '9c874f9ee68dc1c46fab1255f28bdca892e664b35208220db77ab59e04617a96')
@@ -32,7 +32,7 @@ prepare() {
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
@@ -42,7 +42,7 @@ build() {
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 
 # Install Parabola logo
   install -Dm644 "$srcdir"/parabola-logo.svg "$pkgdir"/usr/share/about-distro/parabola-logo.svg
-- 
2.14.3

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Dev mailing list
Dev@lists.parabola.nu
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to