summaryrefslogtreecommitdiff
path: root/libre/khotkeys
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-10-13 12:17:27 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-10-13 12:17:27 +0200
commit89d978bd299c28775279ae1c7edbb7a73f520391 (patch)
treebb382003471552150240131fa71daada9437dc6e /libre/khotkeys
parent1a1b92ffcdcca309f134c0e87a24725e61c0ad96 (diff)
downloadabslibre-89d978bd299c28775279ae1c7edbb7a73f520391.tar.gz
abslibre-89d978bd299c28775279ae1c7edbb7a73f520391.tar.bz2
abslibre-89d978bd299c28775279ae1c7edbb7a73f520391.zip
libre/khotkeys: updated to 5.11.0
Diffstat (limited to 'libre/khotkeys')
-rw-r--r--libre/khotkeys/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD
index 0e6e2a43f..c831ca188 100644
--- a/libre/khotkeys/PKGBUILD
+++ b/libre/khotkeys/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 291158 2017-03-21 20:15:40Z arojas $
+# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
-# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
-# Contributor (Arch): Antonio Rojas
-# Maintainer: André Silva <emulatorman@hyperbola.info>
+# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
+# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
+# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
pkgname=khotkeys
-pkgver=5.10.5
+pkgver=5.11.0
pkgrel=1.parabola1
pkgdesc='KHotKeys, with DuckDuckGo HTML support'
arch=('i686' 'x86_64' 'armv7h')
@@ -17,7 +17,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
conflicts=('kdebase-workspace')
groups=(plasma)
source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2886565c6f859b68129d74084639a4ef7ab37cf752bae902b7841cd6fda6ae76bd196d259e3aae256d3c6dcaaa75d076b7fb28d8437da4a617134e850411d47d'
+sha256sums=('16cd090c27828196bfd3768b09200cd7ce09964c1b9cfa8d777c6f84bd5088f8'
'SKIP')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
'348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon
@@ -34,7 +34,7 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}