Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
amd-debug-tools
Commits:
cfdb8ced by Antonio Rojas at 2025-12-25T23:57:51+01:00
upgpkg: 0.2.11-2: Python 3.14 rebuild
- - - - -
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 = 1
+ pkgrel = 2
url =
https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=amd-debug-tools
pkgver=0.2.11
-pkgrel=1
+pkgrel=2
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"
@@ -44,6 +44,6 @@ build() {
package() {
cd "$pkgname"
python -m installer --destdir="$pkgdir/" dist/*.whl
- install -Dm755
"$pkgdir/usr/lib/python3.13/site-packages/amd_debug/s2idle-hook"
"$pkgdir/usr/lib/systemd/system-sleep/s2idle-hook"
+ install -Dm755
"$pkgdir/usr/lib/python3.14/site-packages/amd_debug/s2idle-hook"
"$pkgdir/usr/lib/systemd/system-sleep/s2idle-hook"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/amd-debug-tools/-/commit/cfdb8cedcdf03a9960ba6fcc637e291e23d42dc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/amd-debug-tools/-/commit/cfdb8cedcdf03a9960ba6fcc637e291e23d42dc9
You're receiving this email because of your account on gitlab.archlinux.org.