summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFadeMind2015-11-18 08:02:43 +0100
committerFadeMind2015-11-18 08:02:43 +0100
commit12b228c009a57a35317e4795b6788f4161064566 (patch)
tree650f02f0cbc717f687d69fd4abaf35b01f054aa0
parentd0f014fe1a56c27b556429ee36727a9200f0c787 (diff)
downloadaur-12b228c009a57a35317e4795b6788f4161064566.tar.gz
update
-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')