Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocm-dbgapi
Commits:
d0f91c0d by Christian Heusel at 2025-05-06T14:31:42+02:00
upgpkg: 6.4.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocm-dbgapi
pkgdesc = Support library necessary for a debugger of AMD's GPUs
- pkgver = 6.3.3
+ pkgver = 6.4.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/ROCdbgapi/en/latest/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = rocm-dbgapi
depends = gcc-libs
depends = comgr
depends = hsa-rocr
- source =
rocm-dbgapi-6.3.3.tar.gz::https://github.com/ROCm/ROCdbgapi/archive/rocm-6.3.3.tar.gz
- sha256sums =
25c8e9f4a22f23004f2fc1998c284095b193591eb6143b47380455754948ab98
+ source =
rocm-dbgapi-6.4.0.tar.gz::https://github.com/ROCm/ROCdbgapi/archive/rocm-6.4.0.tar.gz
+ sha256sums =
5dcf627245cc9511c7ff22f46410c5e5777187fab97b7cfcd95e03e61069f72c
pkgname = rocm-dbgapi
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
pkgname=rocm-dbgapi
-pkgver=6.3.3
+pkgver=6.4.0
pkgrel=1
pkgdesc="Support library necessary for a debugger of AMD's GPUs"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'comgr' 'hsa-rocr')
makedepends=('cmake' 'rocm-cmake')
_git='https://github.com/ROCm/ROCdbgapi'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('25c8e9f4a22f23004f2fc1998c284095b193591eb6143b47380455754948ab98')
+sha256sums=('5dcf627245cc9511c7ff22f46410c5e5777187fab97b7cfcd95e03e61069f72c')
_dirname=$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/commit/d0f91c0d99f61876a24f849cfea8899b0bd8aa50
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocm-dbgapi/-/commit/d0f91c0d99f61876a24f849cfea8899b0bd8aa50
You're receiving this email because of your account on gitlab.archlinux.org.