Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-debug-agent pkgdesc = ROCr Debug Agent Library pkgver = 3.8.0 pkgver = 3.9.0 pkgrel = 1 url = https://github.com/ROCm-Developer-Tools/rocr_debug_agent arch = x86_64
-
@@ -12,8 +12,8 @@ pkgbase = rocm-debug-agentdepends = glibc options = !staticlibs options = strip source = rocm-debug-agent-3.8.0.tar.gz::https://github.com/ROCm-Developer-Tools/rocr_debug_agent/archive/rocm-3.8.0.tar.gz sha256sums = 55243331ac4b0d90e88882eb29fd06fad354e278f8a34ac7f0680b2c895ca2ac source = rocm-debug-agent-3.9.0.tar.gz::https://github.com/ROCm-Developer-Tools/rocr_debug_agent/archive/rocm-3.9.0.tar.gz sha256sums = 3e56bf8b2b53d9102e8709b6259deea52257dc6210df16996b71a7d677952b1b pkgname = rocm-debug-agent
-
-
-
@@ -1,6 +1,6 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=rocm-debug-agent pkgver=3.8.0 pkgver=3.9.0 pkgrel=1 pkgdesc="ROCr Debug Agent Library" arch=('x86_64')
-
@@ -10,7 +10,7 @@ depends=('hip-rocclr' 'rocm-dbgapi' 'glibc')makedepends=('cmake' 'git') options=(!staticlibs strip) source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('55243331ac4b0d90e88882eb29fd06fad354e278f8a34ac7f0680b2c895ca2ac') sha256sums=('3e56bf8b2b53d9102e8709b6259deea52257dc6210df16996b71a7d677952b1b') _dirname="$(basename "$url")-$(basename "${source[0]}" ".tar.gz")" build() {
-