summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-04-23 20:37:46 +0200
committerGustavo Alvarez2016-04-23 20:37:46 +0200
commitcfce029fad96d7e1eee65e124e33415c1e31094c (patch)
tree4a09ae7bb4e17f845c13388ab6dbe61bf68c663c
parent12893c92413ae02e57d8e63c51c09cfd0a5f6c33 (diff)
downloadaur-cfce029fad96d7e1eee65e124e33415c1e31094c.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 114263f0eb6e..f5957778e473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Sat Apr 23 18:37:39 UTC 2016
pkgbase = extra-cmake-modules-git
pkgdesc = Extra modules and scripts for CMake
- pkgver = 5.16.0.r2701.7d6915b
+ pkgver = 5.21.0.r2731.b946897
pkgrel = 1
url = https://projects.kde.org/projects/kdesupport/extra-cmake-modules
arch = any
license = LGPL
makedepends = git
+ makedepends = cmake
makedepends = python-sphinx
depends = cmake
provides = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index c8c2842380ab..665388e7d423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,17 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=extra-cmake-modules-git
-pkgver=5.16.0.r2701.7d6915b
+pkgver=5.21.0.r2731.b946897
pkgrel=1
pkgdesc='Extra modules and scripts for CMake'
arch=('any')
url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
license=('LGPL')
depends=('cmake')
-makedepends=('git' 'python-sphinx')
+makedepends=('git'
+ 'cmake'
+ 'python-sphinx'
+ )
conflicts=('extra-cmake-modules')
provides=('extra-cmake-modules')
source=('git://anongit.kde.org/extra-cmake-modules.git')
@@ -31,6 +34,7 @@ build() {
cmake ../extra-cmake-modules \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_QTHELP_DOCS=ON \
-DBUILD_TESTING=OFF
make
}