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 | 761cc5bd2ea08c6fe9a662db86c2c77ead2710c6 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index f2eb831..2ca3d10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=knewstuff -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 pkgdesc='Support for downloading application assets from the network' 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=('a8bf7bd0d4a954b0dcdbd52ffdc09125cd47c02af42e350dbc7101d2c997f5f6' +sha256sums=('f17bc9cc0852c3a4433e1ffaeb88ad7af3611a9ec95409c391b39fa57e84da5d' '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 }