summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-05-05 20:15:03 +0200
committerGustavo Alvarez2016-05-05 20:15:03 +0200
commita9f3a302d34c81791101bcfa5a95c145e8bc1d48 (patch)
tree978984f4de5f777e7a1a2a79cce7224aede290f1
parentcfce029fad96d7e1eee65e124e33415c1e31094c (diff)
downloadaur-a9f3a302d34c81791101bcfa5a95c145e8bc1d48.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5957778e473..be78b7302fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Apr 23 18:37:39 UTC 2016
+# Thu May 5 18:14:55 UTC 2016
pkgbase = extra-cmake-modules-git
pkgdesc = Extra modules and scripts for CMake
- pkgver = 5.21.0.r2731.b946897
+ pkgver = 5.22.0.r2733.e0cfec7
pkgrel = 1
url = https://projects.kde.org/projects/kdesupport/extra-cmake-modules
arch = any
license = LGPL
makedepends = git
- makedepends = cmake
makedepends = python-sphinx
+ makedepends = qt5-tools
depends = cmake
provides = extra-cmake-modules
conflicts = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 665388e7d423..f28fee5d9f95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=extra-cmake-modules-git
-pkgver=5.21.0.r2731.b946897
+pkgver=5.22.0.r2733.e0cfec7
pkgrel=1
pkgdesc='Extra modules and scripts for CMake'
arch=('any')
@@ -11,8 +11,8 @@ url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
license=('LGPL')
depends=('cmake')
makedepends=('git'
- 'cmake'
'python-sphinx'
+ 'qt5-tools'
)
conflicts=('extra-cmake-modules')
provides=('extra-cmake-modules')