summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2023-08-23 20:54:50 +0200
committerPiotr Gorski2023-08-23 20:54:50 +0200
commit069ddda415c69b3538ab37fdd3e619598e24ee72 (patch)
tree469174ea19532ede19ded7984175a41e85129db9 /PKGBUILD
parentd73ecb8ed99e020ee8c8b8c3662e2f4c3f4129c0 (diff)
downloadaur-069ddda415c69b3538ab37fdd3e619598e24ee72.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45e5ce2929b0..526c7d517603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,16 @@
# This PKGBUILD is based on the official Arch cmake package.
pkgname=cmake-git
-pkgver=3.27.0.rc4.205.gff3179cef8
-pkgrel=2
+pkgver=3.27.4.645.g72beefa91b
+pkgrel=1
pkgdesc='A cross-platform open-source make system'
arch=('x86_64')
url="http://www.cmake.org/"
license=('custom')
conflicts=('cmake')
provides=('cmake')
-depends=('curl' 'libarchive' 'hicolor-icon-theme' 'jsoncpp' 'libjsoncpp.so' 'libuv' 'rhash')
-makedepends=('qt6-base' 'python-sphinx' 'emacs' 'git')
+depends=('curl' 'libarchive' 'hicolor-icon-theme' 'jsoncpp' 'libjsoncpp.so' 'libuv' 'rhash' 'cppdap')
+makedepends=('qt6-base' 'python-sphinx' 'emacs' 'nlohmann-json' 'git')
optdepends=('qt6-base: cmake-gui')
source=('git+https://gitlab.kitware.com/cmake/cmake.git'
'cmake-cppflags.patch')
@@ -48,7 +48,6 @@ build() {
--sphinx-html \
--system-libs \
--qt-gui \
- --no-system-cppdap \
--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
make
}