Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocm-cmake
Commits:
3a45f02f by Christian Heusel at 2025-08-02T15:36:11+02:00
upgpkg: 6.4.2-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocm-cmake
pkgdesc = CMake modules for common build tasks needed for the ROCm
software stack
- pkgver = 6.4.1
+ pkgver = 6.4.2
pkgrel = 1
url = https://github.com/ROCm/rocm-cmake
arch = any
@@ -9,10 +9,10 @@ pkgbase = rocm-cmake
checkdepends = rocm-llvm
depends = rocm-core
depends = cmake
- source =
rocm-cmake-6.4.1.tar.gz::https://github.com/ROCm/rocm-cmake/archive/rocm-6.4.1.tar.gz
+ source =
rocm-cmake-6.4.2.tar.gz::https://github.com/ROCm/rocm-cmake/archive/rocm-6.4.2.tar.gz
source = rocm-cmake-old-policy-cmp0079.patch
source = cmake-deprecation.patch
- sha256sums =
d6dfa862009d593f4d334e0c6da9ac52b228e52bb3b38b53405975f28087ca2f
+ sha256sums =
61e0217a453e30a68e0a42cba61e7181b07ef0be72d19a1133f8f24cedebddf1
sha256sums =
7c8d8351a8e85a0d122421d02ad967c75d4dd8442192662c1a1a68bacdfad67d
sha256sums =
dc95d690751af7c65c875c50f5d0cea594e50e618e24b33bafc77cced29fec1e
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=rocm-cmake
-pkgver=6.4.1
+pkgver=6.4.2
pkgrel=1
pkgdesc='CMake modules for common build tasks needed for the ROCm software
stack'
arch=('any')
@@ -15,7 +15,7 @@ checkdepends=('git' 'rocm-llvm')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz"
"${pkgname}-old-policy-cmp0079.patch"
"cmake-deprecation.patch")
-sha256sums=('d6dfa862009d593f4d334e0c6da9ac52b228e52bb3b38b53405975f28087ca2f'
+sha256sums=('61e0217a453e30a68e0a42cba61e7181b07ef0be72d19a1133f8f24cedebddf1'
'7c8d8351a8e85a0d122421d02ad967c75d4dd8442192662c1a1a68bacdfad67d'
'dc95d690751af7c65c875c50f5d0cea594e50e618e24b33bafc77cced29fec1e')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/commit/3a45f02feb9f82728c639e500fe5246cd7c6f1d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-cmake/-/commit/3a45f02feb9f82728c639e500fe5246cd7c6f1d7
You're receiving this email because of your account on gitlab.archlinux.org.