summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff4951a6477..4a764e75c28e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hipsycl-cuda-git
- pkgdesc = Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA
- pkgver = r1916.4d068906
+ pkgdesc = Multi-backend implementation of SYCL for CPUs and GPUs
+ pkgver = r2006.d9b45cd4
pkgrel = 1
- url = https://github.com/illuhad/hipSYCL
+ url = https://github.com/OpenSYCL/OpenSYCL
arch = x86_64
license = BSD
makedepends = cmake
@@ -18,7 +18,7 @@ pkgbase = hipsycl-cuda-git
provides = hipsycl-cuda
provides = hipsycl
provides = sycl
- source = hipsycl::git+https://github.com/illuhad/hipSYCL.git
+ source = opensycl::git+https://github.com/OpenSYCL/OpenSYCL.git
sha256sums = SKIP
pkgname = hipsycl-cuda-git
diff --git a/PKGBUILD b/PKGBUILD
index fa6a5716aa44..a157e365c850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-cuda-git
-pkgver=r1916.4d068906
+pkgver=r2006.d9b45cd4
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-cuda hipsycl sycl)
makedepends=(cmake git)
depends=(llvm clang python boost hipcpu openmp hip-runtime-nvidia cuda)
-_pkgname=hipsycl
-source=("${_pkgname}::git+https://github.com/illuhad/hipSYCL.git")
+_pkgname=opensycl
+source=("${_pkgname}::git+https://github.com/OpenSYCL/OpenSYCL.git")
sha256sums=('SKIP')
pkgver() {