summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edf051474165..114263f0eb6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = extra-cmake-modules-git
- pkgdesc = Extra CMake modules
- pkgver = 5.13.0.r2666.097c1cf
+ pkgdesc = Extra modules and scripts for CMake
+ pkgver = 5.16.0.r2701.7d6915b
pkgrel = 1
url = https://projects.kde.org/projects/kdesupport/extra-cmake-modules
arch = any
license = LGPL
makedepends = git
+ makedepends = python-sphinx
depends = cmake
provides = extra-cmake-modules
conflicts = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index cfcd18628cbb..feb15a53077c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
+# Maintainer: FadeMind <fademind@gmail.com>
# Contributor: Alexey D. <lq07829icatm@rambler.ru>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=extra-cmake-modules-git
-pkgver=5.13.0.r2666.097c1cf
+pkgver=5.16.0.r2701.7d6915b
pkgrel=1
-pkgdesc='Extra CMake modules'
+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')
+makedepends=('git' 'python-sphinx')
conflicts=('extra-cmake-modules')
provides=('extra-cmake-modules')
source=('git://anongit.kde.org/extra-cmake-modules.git')