Changes
2 changed files (+5/-5)
-
-
@@ -1,13 +1,13 @@pkgbase = rocm-cmake pkgdesc = CMake modules for common build tasks needed for the ROCm software stack pkgver = 3.8.0 pkgver = 3.9.0 pkgrel = 1 url = https://github.com/RadeonOpenCompute/rocm-cmake arch = x86_64 license = MIT makedepends = cmake source = rocm-cmake-3.8.0.tar.gz::https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-3.8.0.tar.gz sha256sums = 9e4be93c76631224eb49b2fa30b0d14c1b3311a6519c8b393da96ac0649d9f30 source = rocm-cmake-3.9.0.tar.gz::https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-3.9.0.tar.gz sha256sums = e0a8db85bb55acb549f360eb9b04f55104aa93e4c3db33f9ba11d9adae2a07eb pkgname = rocm-cmake
-
-
-
@@ -3,7 +3,7 @@# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com> pkgname=rocm-cmake pkgver=3.8.0 pkgver=3.9.0 pkgrel=1 pkgdesc='CMake modules for common build tasks needed for the ROCm software stack' arch=('x86_64')
-
@@ -11,7 +11,7 @@ url='https://github.com/RadeonOpenCompute/rocm-cmake'license=('MIT') makedepends=('cmake') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('9e4be93c76631224eb49b2fa30b0d14c1b3311a6519c8b393da96ac0649d9f30') sha256sums=('e0a8db85bb55acb549f360eb9b04f55104aa93e4c3db33f9ba11d9adae2a07eb') _dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)" build() {
-