Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
amd-debug-tools
Commits:
0106b6f3 by Peter Jung at 2026-01-17T20:34:11+01:00
upgpkg: 0.2.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = amd-debug-tools
pkgdesc = A collection of Python-based tools for debugging AMD
platforms, particularly Zen-based systems.
- pkgver = 0.2.11
- pkgrel = 2
+ pkgver = 0.2.12
+ pkgrel = 1
url =
https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git
arch = any
license = MIT
@@ -26,7 +26,7 @@ pkgbase = amd-debug-tools
depends = python-seaborn
depends = python-setuptools
depends = python-tabulate
- source =
git+https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git#tag=0.2.11
- sha256sums =
4c1180b76fcdc171cdf56da0c34d04fbf9d95b25a6a0b9ad648a4c560c108c3a
+ source =
git+https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git#tag=0.2.12
+ sha256sums =
9bffd2a6f265e3850d789b82f83a5efff7321eebfd62a0363e9c1e24635dc315
pkgname = amd-debug-tools
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: HurricanePootis <[email protected]>
pkgname=amd-debug-tools
-pkgver=0.2.11
-pkgrel=2
+pkgver=0.2.12
+pkgrel=1
pkgdesc="A collection of Python-based tools for debugging AMD platforms,
particularly Zen-based systems."
arch=('any')
url="https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git"
@@ -34,7 +34,7 @@ makedepends=(
python-wheel
)
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git#tag=${pkgver}")
-sha256sums=('4c1180b76fcdc171cdf56da0c34d04fbf9d95b25a6a0b9ad648a4c560c108c3a')
+sha256sums=('9bffd2a6f265e3850d789b82f83a5efff7321eebfd62a0363e9c1e24635dc315')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/amd-debug-tools/-/commit/0106b6f3645ddf11696c72c717862f7c74b4620e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/amd-debug-tools/-/commit/0106b6f3645ddf11696c72c717862f7c74b4620e
You're receiving this email because of your account on gitlab.archlinux.org.