Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / cmake
Commits:
820e5e98 by Antonio Rojas at 2026-01-15T21:01:06+01:00
upgpkg: 4.2.1-2: Backport LUA 5.5 support
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cmake
pkgdesc = A cross-platform open-source make system
pkgver = 4.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.cmake.org/
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=cmake
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='A cross-platform open-source make system'
arch=('x86_64')
url="https://www.cmake.org/"
@@ -38,6 +38,7 @@ validpgpkeys=(CBA23971357C2E6590D9EFD3EC8FEF3A7BFB4EDA) #
Brad King <brad.king@k
prepare() {
cd $pkgname
git cherry-pick -n a869b79c5921412c91fb71a761748ae5f7d3fb23 # Fix FindHDF5
for HDF5 built with cmake
+ git cherry-pick -n 261b7b933c6604095687d473503e24bae6ec0d6f # Support LUA 5.5
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cmake/-/commit/820e5e9856958b5903907f93267cef00745d4c6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cmake/-/commit/820e5e9856958b5903907f93267cef00745d4c6a
You're receiving this email because of your account on gitlab.archlinux.org.