summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryvbbrjdr2021-07-03 17:39:38 -0700
committeryvbbrjdr2021-07-03 17:39:38 -0700
commit51f839891bf9b332a3068b77398b10a33517c528 (patch)
tree37fae4da5af1c5151aec1509b2028d2515ac9a65
parent7d1d253cf163bae23a31dd99a0e38313e0b6c0db (diff)
downloadaur-51f839891bf9b332a3068b77398b10a33517c528.tar.gz
update: Bump to 7.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87330dbb032f..0c72a74a801b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = optix
- pkgdesc = A software development kit for achieving high performance ray tracing on the GPU.
- pkgver = 7.2.0
+ pkgdesc = An application framework for achieving optimal ray tracing performance on the GPU.
+ pkgver = 7.3.0
pkgrel = 1
url = https://developer.nvidia.com/optix
arch = x86_64
license = custom:NVIDIA
depends = cuda
options = !strip
- source = file://NVIDIA-OptiX-SDK-7.2.0-linux64-x86_64.sh
+ source = file://NVIDIA-OptiX-SDK-7.3.0-linux64-x86_64.sh
source = file://cmake.patch
- sha512sums = c37f36e2c0d5dbf151a03513e9dc82c21c46f1a88b123153647f44f4305367d1021e522236dda97ab9c641db006242507ae323d668cf2186cf04a83a54b5707f
+ sha512sums = 761f5fb2f3215eeaeff3bc1ffcc5314578ba6d822f952640705f0e30ca517fd8eb9827ac26736efbc9ba854a7b11360ce812bef3f088666ca9093add05ff4ea9
sha512sums = c2b3f122bf4e5d1bd987c3ce9693b24d2acd55f71f7366e49ebc0ba2f800945e6ddde439428761c6c12ec77f34a9334fb6900af2c1b10c40dd2905bb58c9ded2
pkgname = optix
-
diff --git a/PKGBUILD b/PKGBUILD
index b2f5756378a2..306d20723b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Yuan Zhou <xyyqzy@hotmail.com>
pkgname=optix
-pkgver=7.2.0
+pkgver=7.3.0
pkgrel=1
-pkgdesc="A software development kit for achieving high performance ray tracing on the GPU."
+pkgdesc="An application framework for achieving optimal ray tracing performance on the GPU."
arch=('x86_64')
url="https://developer.nvidia.com/optix"
license=('custom:NVIDIA')
@@ -12,7 +12,7 @@ options=(!strip)
_script="NVIDIA-OptiX-SDK-$pkgver-linux64-x86_64.sh"
source=("file://$_script"
"file://cmake.patch")
-sha512sums=('c37f36e2c0d5dbf151a03513e9dc82c21c46f1a88b123153647f44f4305367d1021e522236dda97ab9c641db006242507ae323d668cf2186cf04a83a54b5707f'
+sha512sums=('761f5fb2f3215eeaeff3bc1ffcc5314578ba6d822f952640705f0e30ca517fd8eb9827ac26736efbc9ba854a7b11360ce812bef3f088666ca9093add05ff4ea9'
'c2b3f122bf4e5d1bd987c3ce9693b24d2acd55f71f7366e49ebc0ba2f800945e6ddde439428761c6c12ec77f34a9334fb6900af2c1b10c40dd2905bb58c9ded2')
if ! [ -f $_script ]; then