summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-10-01 18:05:49 +0200
committersL1pKn072020-10-01 18:05:49 +0200
commit1d760bc36f907233e760fbefcf8c9de25e2ad07f (patch)
treeca5433c07eee57452fe9dfc449c8a1162021ac44
parentd876ac840f5e2ab57b29a39d3002e36d78044b29 (diff)
downloadaur-1d760bc36f907233e760fbefcf8c9de25e2ad07f.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12aaeef2667..456c5bc34cb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = extra-cmake-modules-git
pkgdesc = Extra modules and scripts for CMake
- pkgver = 5.72.0.r3159.fb6ae44
+ pkgver = 5.75.0.r3194.693781d
pkgrel = 1
url = https://projects.kde.org/projects/kdesupport/extra-cmake-modules
arch = any
license = LGPL
makedepends = git
makedepends = python-sphinx
+ makedepends = python-requests
makedepends = qt5-tools
depends = cmake
provides = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 7dde621f5911..abcfca382a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=extra-cmake-modules-git
-pkgver=5.72.0.r3159.fb6ae44
+pkgver=5.75.0.r3194.693781d
pkgrel=1
pkgdesc='Extra modules and scripts for CMake'
arch=('any')
@@ -12,6 +12,7 @@ license=('LGPL')
depends=('cmake')
makedepends=('git'
'python-sphinx'
+ 'python-requests'
'qt5-tools'
)
conflicts=('extra-cmake-modules')