author | Antonio Rojas
<arojas@archlinux.org> 2019-09-14 11:42:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-09-14 11:42:13 UTC |
parent | 807024935986604dc236ee4304fdc8360b52428d |
PKGBUILD | +2 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 3132644..7b33cba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kpeople -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=1 pkgdesc='A library that provides access to all contacts and the people who hold them' arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative) optdepends=('qt5-declarative: QML bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('549edacd7b63d704dd165bc803ae03f8d9e8c1ba31f8dbaea3f7e12c466b4298' +sha256sums=('e061991f08e6642e61531a630a81927ea0ccd7402f469806a6cfeecf9b5064a2' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -24,8 +24,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON make