author | Antonio Rojas
<arojas@archlinux.org> 2017-07-08 11:52:22 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-07-08 11:52:22 UTC |
parent | a534d6db0bd156ca26569e2bf5179be887783e1f |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index b1c094d..0803d46 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kpeople -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 pkgdesc='A library that provides access to all contacts and the people who hold them' arch=(i686 x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kservice kwidgetsaddons kitemviews qt5-declarative) -makedepends=(extra-cmake-modules python mesa) +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=('c56ab4ad515bc67ad24e4d50e3bcd2acff0dae89ab36816c4c94307be3bf6c11' +sha256sums=('2a0800096207d0728c01027b65ab1f9c9b0b8aba0189e523c0050e723b812e72' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -26,7 +26,8 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON make }