Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / cmake
Commits:
a171f1a9 by Felix Yan at 2026-06-17T16:49:05+00:00
upgpkg: 4.3.4-1
- - - - -
ffb94b40 by Felix Yan at 2026-07-09T19:37:40+00:00
upgpkg: 4.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cmake
pkgdesc = A cross-platform open-source make system
- pkgver = 4.3.4
+ pkgver = 4.4.0
pkgrel = 1
url = https://www.cmake.org/
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = cmake
optdepends = make: for unix Makefile generator
optdepends = ninja: for ninja generator
optdepends = qt6-base: cmake-gui
- source =
git+https://gitlab.kitware.com/cmake/cmake.git#tag=v4.3.4?signed
+ source =
git+https://gitlab.kitware.com/cmake/cmake.git#tag=v4.4.0?signed
validpgpkeys = CBA23971357C2E6590D9EFD3EC8FEF3A7BFB4EDA
- sha512sums =
f49c7b3ae63791b42c770e86caa145d011405eca1a64d5228dd5178663d84af2765129c74aac0a106cc5491abe366005ea626281e5940e15d4d135e8c84e64df
+ sha512sums =
00afae8df8edfa1173c779a744d295d2eafdba37ed48a1e3862d2ff615346b62396a961e3d14961902119f02690ea17663c44100a337c2432586c814ca7809de
pkgname = cmake
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Pierre Schmitz <[email protected]>
pkgname=cmake
-pkgver=4.3.4
+pkgver=4.4.0
pkgrel=1
pkgdesc='A cross-platform open-source make system'
arch=('x86_64')
@@ -33,12 +33,11 @@ optdepends=(
'qt6-base: cmake-gui'
)
source=(git+https://gitlab.kitware.com/cmake/cmake.git#tag=v$pkgver?signed)
-sha512sums=('f49c7b3ae63791b42c770e86caa145d011405eca1a64d5228dd5178663d84af2765129c74aac0a106cc5491abe366005ea626281e5940e15d4d135e8c84e64df')
+sha512sums=('00afae8df8edfa1173c779a744d295d2eafdba37ed48a1e3862d2ff615346b62396a961e3d14961902119f02690ea17663c44100a337c2432586c814ca7809de')
validpgpkeys=(CBA23971357C2E6590D9EFD3EC8FEF3A7BFB4EDA) # Brad King
<[email protected]>
prepare() {
cd $pkgname
- git cherry-pick -n 261b7b933c6604095687d473503e24bae6ec0d6f # Support LUA 5.5
rm -fr .git # Avoid dirty version number
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cmake/-/compare/1379f33d8176e2ef6367154c254d8af3cc90cd47...ffb94b406bc84ce11d49353a9a212234b151dd9f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cmake/-/compare/1379f33d8176e2ef6367154c254d8af3cc90cd47...ffb94b406bc84ce11d49353a9a212234b151dd9f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help