summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f005488946a..fa8c0ee62518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,15 @@
# This PKGBUILD is based on the official Arch cmake package.
pkgname=cmake-git
-pkgver=3.7.0.rc3.485.ga21f747
-pkgrel=2
+pkgver=3.9.0.rc5.197.ga9ab7d5f1b
+pkgrel=1
pkgdesc='A cross-platform open-source make system'
arch=('i686' 'x86_64')
url="http://www.cmake.org/"
license=('custom')
conflicts=('cmake')
provides=('cmake')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'rhash')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'rhash' 'libuv' 'python-requests')
makedepends=('qt5-base' 'python-sphinx' 'emacs' 'git' 'ncurses')
optdepends=('qt5-base: cmake-gui'
'libxkbcommon-x11: cmake-gui')