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 | 50827392ed83e4ceaf381130173ecc9ccaf15662 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 73556d6..c36d226 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kbookmarks -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 pkgdesc='Support for bookmarks and the XBEL format' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') depends=('kxmlgui') -makedepends=('extra-cmake-modules' 'qt5-tools' 'python') +makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('ef94ceb2a8450c85e3c28a35c6828daea2e6d1849ef57f30943812d993c28e18' +sha256sums=('59339ef15f2740665fded42638d197ac9638f763191c30054d1870e4695ce684' '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 }