summaryrefslogtreecommitdiff
path: root/libre/khotkeys
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2020-03-26 12:40:38 +0200
committerAndreas Grapentin <andreas@grapentin.org>2020-03-26 18:46:46 +0100
commit1b11366a6e7346e057b52ec7d4ac0ec98c6d6987 (patch)
treef9cd9917bd660a27a29b6ac095682a870f329ce7 /libre/khotkeys
parent754f11b954773c073df83f6df83f85aa7742095c (diff)
libre/khotkeys: Sync with Arch Linux package version 5.18.3-1
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/khotkeys')
-rw-r--r--libre/khotkeys/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/libre/khotkeys/PKGBUILD b/libre/khotkeys/PKGBUILD
index be29990e4..8695ade84 100644
--- a/libre/khotkeys/PKGBUILD
+++ b/libre/khotkeys/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id$
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
@@ -7,7 +6,7 @@
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=khotkeys
-pkgver=5.12.4
+pkgver=5.18.3
pkgrel=1
pkgrel+=.parabola1
pkgdesc='KHotKeys'
@@ -20,11 +19,11 @@ depends=(plasma-workspace)
makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
groups=(plasma)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ceb4ba8267cf1e3c772813c3288fc755dae3069cd059feeeda64c01a6f5748d2'
+sha256sums=('e2b459da176c369fecc46a0dfa151266e4778194b3b8d81c4d7bc423301ff204'
'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
prepare() {
@@ -36,8 +35,6 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}