Update to 3.12.1 (#1397)

* Update to 3.12.1

* Update PKGBUILD
This commit is contained in:
Yuui Tanabe
2018-09-07 14:13:10 +09:00
committed by Алексей
parent 24eefcfdc4
commit eb7042e16b

View File

@@ -2,7 +2,7 @@
# Contributor: Martell Malone <martellmalone@gmail.com>
pkgname=cmake
pkgver=3.10.2
pkgver=3.12.1
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@@ -28,13 +28,13 @@ depends=("gcc-libs"
"pkg-config"
"zlib")
options=('staticlibs' 'strip')
source=("https://www.cmake.org/files/v3.9/${pkgname}-${pkgver}.tar.gz"
source=("https://www.cmake.org/files/v3.12/${pkgname}-${pkgver}.tar.gz"
"cmake-3.10.2-msys.patch"
"disable-curses-for-msys.patch"
"disable-response-files-for-msys.patch"
"3.9.3-cpuinfo.patch"
"3.9.3-cygwin-paths.patch")
sha256sums=('80d0faad4ab56de07aa21a7fc692c88c4ce6156d42b0579c6962004a70a3218b'
sha256sums=('c53d5c2ce81d7a957ee83e3e635c8cda5dfe20c9d501a4828ee28e1615e57ab2'
'416cfdb57f1380dd595b1ef9101431ccb86159d07c7df2f6dd7ae53078238b5d'
'b7e398e70b97088f88a0688e8a0794d6780d3cdb91075388a30908dc4b405eb7'
'98dca846de0ca7b71884e26678317f85e78e01862d58a29ce923c835ca7d614f'
@@ -85,7 +85,7 @@ build() {
--prefix=/usr \
--system-libs \
--no-qt-gui \
--parallel=3 \
--parallel=$(nproc) \
--mandir=share \
--docdir=share/doc/cmake \
-- -DCURSES_FORM_LIBRARY=/usr/lib/libformw.dll.a \