summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2023-02-22 08:32:00 -0600
committeracxz2023-02-22 08:32:00 -0600
commit113615cb48a4f49ac9acdac7928f17ebcee2a5a3 (patch)
treed8356fa23664abd135e03968743bdfb1e183aa66 /PKGBUILD
parent970ed22953bd4e0147604400c41ebbef8d4af29d (diff)
downloadaur-hipsycl-cpu.tar.gz
upgpkg: hipsycl-cpu 0.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 167433291828..6d964463018e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-cpu
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
-pkgdesc="Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA"
+pkgdesc="Multi-backend implementation of SYCL for CPUs and GPUs"
arch=("x86_64")
-url="https://github.com/illuhad/hipSYCL"
+url="https://github.com/OpenSYCL/OpenSYCL"
license=("BSD")
provides=(hipsycl sycl)
makedepends=(cmake)
depends=(llvm clang python boost hipcpu openmp)
-source=("$pkgname-$pkgver::https://github.com/illuhad/hipSYCL/archive/v$pkgver.tar.gz")
-sha256sums=('7a1d6c39dd73d8b84e7506003f20918aa3763850e7a5ea3d6add5bd67f6ec0da')
+source=("$pkgname-$pkgver::https://github.com/OpenSYCL/OpenSYCL/archive/v$pkgver.tar.gz")
+sha256sums=('6262533191c812966e2f8b67e6ae510ae5ad2cf7e0caecc9957e8a69423e51c4')
-_pkgname=hipSYCL
+_pkgname=OpenSYCL
prepare() {
# Delete the install lines for contrib hip and hipcpu