summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2023-09-14 09:32:55 +0800
committerJingbei Li2023-09-14 09:32:55 +0800
commit43cf6e6db1d6a3eaaaad2338096bf798f3738f3d (patch)
tree179b990687cae94ad00ab84f5c1e587484369a55
parentb136a37c144f4195a021ea050b1cf5e02bf4baa3 (diff)
downloadaur-43cf6e6db1d6a3eaaaad2338096bf798f3738f3d.tar.gz
upgraded to 12.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e8dccb8f0e2..6117a2befe99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cupy
pkgdesc = NumPy-like API accelerated with CUDA
- pkgver = 12.0.0
+ pkgver = 12.2.0
pkgrel = 1
url = https://cupy.dev
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = python-cupy
optdepends = cudnn
optdepends = libcutensor
optdepends = nccl
- source = https://github.com/cupy/cupy/archive/v12.0.0.tar.gz
+ source = https://github.com/cupy/cupy/archive/v12.2.0.tar.gz
source = https://github.com/NVIDIA/cub/archive/c3cceac115c072fb63df1836ff46d8c60d9eb304.tar.gz
source = https://github.com/NVIDIA/jitify/archive/4a37de0be4639f222c6565ebd0654cb922b5180e.tar.gz
- md5sums = ef4a17abf7823aea76ca922a741a320d
+ md5sums = cbcdaefb01a5872e0e74f82a7fb367f1
md5sums = ae6435aef98378a8b323b69f6665df33
md5sums = 2ad752c0814c2da9909e2dcac0f50401
diff --git a/PKGBUILD b/PKGBUILD
index 79c44ef5677e..57c993273dc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cupy
_pkgname=cupy
-pkgver=12.0.0
+pkgver=12.2.0
_cub_commit=c3cceac115c072fb63df1836ff46d8c60d9eb304
_jitify_commit=4a37de0be4639f222c6565ebd0654cb922b5180e
pkgrel=1
@@ -16,7 +16,7 @@ optdepends=('cudnn' 'libcutensor' 'nccl')
source=("https://github.com/cupy/cupy/archive/v$pkgver.tar.gz"
"https://github.com/NVIDIA/cub/archive/$_cub_commit.tar.gz"
"https://github.com/NVIDIA/jitify/archive/$_jitify_commit.tar.gz")
-md5sums=('ef4a17abf7823aea76ca922a741a320d'
+md5sums=('cbcdaefb01a5872e0e74f82a7fb367f1'
'ae6435aef98378a8b323b69f6665df33'
'2ad752c0814c2da9909e2dcac0f50401')