author | Antonio Rojas
<arojas@archlinux.org> 2018-03-10 09:27:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-03-10 09:27:50 UTC |
parent | 43436965b23d6912b58cc32b979d8468cc27ff90 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 6a7289b..50e7632 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kpeople -pkgver=5.43.0 +pkgver=5.44.0 pkgrel=1 pkgdesc='A library that provides access to all contacts and the people who hold them' arch=(x86_64) @@ -12,7 +12,7 @@ depends=(kservice kwidgetsaddons kitemviews qt5-declarative) makedepends=(extra-cmake-modules python mesa doxygen qt5-tools) groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('b87632516455f3b25be661198ab96ea945a87cbe2e07cec060b26e9c6fd72676' +sha256sums=('f10c056f23feb48907a764c1af9dff17771254089920abf4ba51602e9800e63e' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -24,7 +24,6 @@ build() { cd build cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON