summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/kinfocenter/PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/libre/kinfocenter/PKGBUILD b/libre/kinfocenter/PKGBUILD
index 96bcbfd4c..4ce09b741 100644
--- a/libre/kinfocenter/PKGBUILD
+++ b/libre/kinfocenter/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=kinfocenter
-pkgver=5.10.5
+pkgver=5.11.0
pkgrel=1.parabola1
pkgdesc='A utility that provides information about a computer system (Parabola rebranded)'
arch=('i686' 'x86_64' 'armv7h')
@@ -14,15 +14,14 @@ 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}
'parabola-logo.svg::https://wiki.parabola.nu/images/a/af/Parabolagnu%2Blinuxlibre-dark-scalable.svg'
'kcm-about-distrorc')
-sha512sums=('556bb7e369f28ce1203129f02009bc01d3c018e6e0cc7c3c18382fdc7bb6fa54e9056deb5ffbfcb429853b5f0076e537ce01be721cf698d493a531777ef1225f'
+sha256sums=('a4aee1158ead6d9c5873db4d245fc9bf9522f72e73983d3bde1bbbc9bce51c87'
'SKIP'
- 'af9f9a8074cb84e3a2ab35200189627d8fb529741aa9c2a316c6c6f049ffd88b6b16d98f1fcdef731a9f75a03883b6806fb48c87c533b94ab3e719bdc02f7b9f'
- '2a184861ce8aae52c98a143d3c905f74c03ccf10294234293f7eb647b663e9b0f95f2a45c3681e7948ddbdae082d51f9cd830e355302fdcd876a6d5be4ce557b')
+ '75136b90185242891cbeb993285f400bcc9c6c70fdccb0f5e50790acaf875b92'
+ '9c874f9ee68dc1c46fab1255f28bdca892e664b35208220db77ab59e04617a96')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
'348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon
'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
@@ -36,7 +35,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
}