git » khelpcenter.git » commit 368b24b

KDE Applications 19.08.1

author Antonio Rojas
2019-09-05 11:56:08 UTC
committer Antonio Rojas
2019-09-05 11:56:08 UTC
parent 1b2c7aafd9aeba5de780b35f498a365683c2ca5c

KDE Applications 19.08.1

PKGBUILD +2 -4

diff --git a/PKGBUILD b/PKGBUILD
index 4640fd8..4d62a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=khelpcenter
-pkgver=19.08.0
+pkgver=19.08.1
 pkgrel=1
 pkgdesc="Application to show KDE Applications' documentation"
 arch=(x86_64)
@@ -13,7 +13,7 @@ groups=(kde-applications kdebase)
 depends=(khtml kdoctools xapian-core grantlee kinit)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('36810c12ae5d163738101b0f5f13c03cda03ee4c157f641df0f73105a894644f'
+sha256sums=('ae3243fcdc1281937772a091d902adaba0681abe82c222bf7ef895df0899ab63'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -25,8 +25,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF
   make