summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-05-06 13:47:03 +0800
committerChocobo12023-05-06 13:47:03 +0800
commit3e2c00422c9d3a1effb336e9db77b4a8d96d2c0d (patch)
tree174a6b09b1aa03b874eb5f568a901f00a705ac6b /PKGBUILD
parentc51b6c4ba7283da3ccff7f6576d2f2bf27cbbb9c (diff)
downloadaur-ispc-bin.tar.gz
upgpkg: ispc-bin 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5200448e6bef..e4a490c173f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ispc-bin
-pkgver=1.19.0
+pkgver=1.20.0
pkgrel=1
pkgdesc="Intel SPMD program compiler"
arch=('x86_64')
@@ -9,12 +9,12 @@ url="https://ispc.github.io/"
license=('BSD')
depends=('glibc')
optdepends=('intel-compute-runtime: for targeting GPU'
- 'level-zero-loader: for targeting GPU'
- 'openmp: for targeting GPU')
+ 'intel-oneapi-tbb: for targeting GPU'
+ 'level-zero-loader: for targeting GPU')
provides=("ispc=$pkgver")
conflicts=('ispc')
source_x86_64=("ispc-v$pkgver-linux.tar.gz::https://github.com/ispc/ispc/releases/download/v$pkgver/ispc-v$pkgver-linux.tar.gz")
-sha256sums_x86_64=('f99a0afd4c8b5e8aceb46af8e90a7ba0813bf4c4111044ced27d498591304f9c')
+sha256sums_x86_64=('e6412b88aa312fcd10c46f92df0149ccc4d99e53552c4ce127aa6c634fe9b308')
package() {