Changes
2 changed files (+9/-8)
-
-
@@ -1,12 +1,12 @@pkgbase = rocm-cmake pkgdesc = CMake modules for common build tasks needed for the ROCm software stack pkgver = 4.0.0 pkgrel = 2 pkgver = 4.1.0 pkgrel = 1 url = https://github.com/RadeonOpenCompute/rocm-cmake arch = x86_64 license = MIT makedepends = cmake source = rocm-cmake-4.0.0.tar.gz::https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-4.0.0.tar.gz sha256sums = 4577487acaa6e041a1316145867584f31caaf0d4aa2dd8fd7f82f81c269cada6 source = rocm-cmake-4.1.0.tar.gz::https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-4.1.0.tar.gz sha256sums = a4521d119fa07954e529d5e717ad1b338992c0694690dbce00fee26c01129c8c pkgname = rocm-cmake
-
-
-
@@ -1,17 +1,18 @@# Maintainer: Markus Näther <naetherm@cs.uni-freiburg.de> # Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: Markus Näther <naetherm@cs.uni-freiburg.de> # Contributor: fermyon <antifermion@protonmail.com> # Contributor: Ranieri Althoff <ranisalt+aur at gmail.com> pkgname=rocm-cmake pkgver=4.0.0 pkgrel=2 pkgver=4.1.0 pkgrel=1 pkgdesc='CMake modules for common build tasks needed for the ROCm software stack' arch=('x86_64') url='https://github.com/RadeonOpenCompute/rocm-cmake' license=('MIT') makedepends=('cmake') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('4577487acaa6e041a1316145867584f31caaf0d4aa2dd8fd7f82f81c269cada6') sha256sums=('a4521d119fa07954e529d5e717ad1b338992c0694690dbce00fee26c01129c8c') _dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)" build() {
-