git » kauth.git » commit f91f8d4

KDE Frameworks 5.36

author Antonio Rojas
2017-07-08 11:52:22 UTC
committer Antonio Rojas
2017-07-08 11:52:22 UTC
parent a311acde4fba4f88d3c95ad68e861875a01bc366

KDE Frameworks 5.36

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index 8e0475f..871e931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kauth
-pkgver=5.35.0
+pkgver=5.36.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('kcoreaddons' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 'python2-pyqt5')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 'python2-pyqt5' 'doxygen')
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('a66bf2c350a8004313fb37bbfb4799cc2e33c152dbf79b53d1b020c04b5175b9'
+sha256sums=('d3f94113d14f85894f59f234efebfec8c42b4b8a8452460b7f4f2ccc03657d28'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -28,7 +28,8 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
   make
 }