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 3123edede805..252856164c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hipsycl-rocm-git
- pkgdesc = Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA
- pkgver = r1897.7102e5ee
+ 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-rocm-git
provides = hipsycl-rocm
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-rocm-git
diff --git a/PKGBUILD b/PKGBUILD
index 3a6baba90418..b203cd65295c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-rocm-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-rocm hipsycl sycl)
makedepends=(cmake git)
depends=(llvm clang python boost hipcpu openmp hip-runtime-amd rocm-hip-sdk)
-_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() {