Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
amd-debug-tools
Commits:
ecb1eada by Peter Jung at 2025-12-03T17:02:44+01:00
upgpkg: 0.2.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = amd-debug-tools
pkgdesc = A collection of Python-based tools for debugging AMD
platforms, particularly Zen-based systems.
- pkgver = 0.2.10
+ pkgver = 0.2.11
pkgrel = 1
url =
https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git
arch = any
@@ -19,13 +19,14 @@ pkgbase = amd-debug-tools
depends = python-gobject
depends = python-jinja
depends = python-matplotlib
+ depends = python-numpy
depends = python-packaging
depends = python-pandas
depends = python-pyudev
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.10
- sha256sums =
c77a615d2c639f67c952d8a5725a5c0a464f3002fe3a7be1784312216942d74c
+ source =
git+https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git#tag=0.2.11
+ sha256sums =
4c1180b76fcdc171cdf56da0c34d04fbf9d95b25a6a0b9ad648a4c560c108c3a
pkgname = amd-debug-tools
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: HurricanePootis <[email protected]>
pkgname=amd-debug-tools
-pkgver=0.2.10
+pkgver=0.2.11
pkgrel=1
pkgdesc="A collection of Python-based tools for debugging AMD platforms,
particularly Zen-based systems."
arch=('any')
@@ -17,6 +17,7 @@ depends=(
python-gobject
python-jinja
python-matplotlib
+ python-numpy
python-packaging
python-pandas
python-pyudev
@@ -33,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=('c77a615d2c639f67c952d8a5725a5c0a464f3002fe3a7be1784312216942d74c')
+sha256sums=('4c1180b76fcdc171cdf56da0c34d04fbf9d95b25a6a0b9ad648a4c560c108c3a')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/amd-debug-tools/-/commit/ecb1eada7daf9fff914a6538de2460b60f9ff3d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/amd-debug-tools/-/commit/ecb1eada7daf9fff914a6538de2460b60f9ff3d0
You're receiving this email because of your account on gitlab.archlinux.org.