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 | 185efcd4569fdb0fc86340d4b1b3daf805230f40 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 4ac5c01..8380159 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=knotifyconfig -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 pkgdesc='Configuration system for KNotify' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') depends=('kio') -makedepends=('extra-cmake-modules' 'python') +makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('eeb6c68223fb9f38c1edba8a1f5c791f5f3877c3a1ea76636c08ab0c05de152e' +sha256sums=('7c2c1717a09ef445ed50053a96e18787eb2118e3d14a81dae3cc6df317f49811' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -26,7 +26,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON make }