Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-clang-ocl pkgdesc = OpenCL compilation with clang compiler. pkgver = 4.3.0 pkgver = 4.3.1 pkgrel = 1 url = https://github.com/RadeonOpenCompute/clang-ocl arch = x86_64
-
@@ -9,7 +9,7 @@ pkgbase = rocm-clang-oclmakedepends = rocm-cmake depends = llvm-amdgpu depends = rocm-opencl-runtime source = rocm-clang-ocl-4.3.0.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.3.0.tar.gz sha256sums = bc5650f2f105b10a1e22d8e5cc9464b0f960252a08e5e1fdee222af1fc5c022c source = rocm-clang-ocl-4.3.1.tar.gz::https://github.com/RadeonOpenCompute/clang-ocl/archive/rocm-4.3.1.tar.gz sha256sums = 12461d4fd4f3f40710d2c041cfee37da83ccda9d2761d7708335349e7ec5ad87 pkgname = rocm-clang-ocl
-
-
-
@@ -2,7 +2,7 @@# Contributor: acxz <akashpatel2008 at yahoo dot com> # Contributor: Lucas Magalhães <whoisroot@national.shitposting.agency> pkgname=rocm-clang-ocl pkgver=4.3.0 pkgver=4.3.1 pkgrel=1 pkgdesc="OpenCL compilation with clang compiler." arch=('x86_64')
-
@@ -11,7 +11,7 @@ license=('unknown')depends=('llvm-amdgpu' 'rocm-opencl-runtime') makedepends=('cmake' 'rocm-cmake') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('bc5650f2f105b10a1e22d8e5cc9464b0f960252a08e5e1fdee222af1fc5c022c') sha256sums=('12461d4fd4f3f40710d2c041cfee37da83ccda9d2761d7708335349e7ec5ad87') _dirname="$(basename "$url")-$(basename ${source[0]} .tar.gz)" build() {
-