summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-01-20 07:56:12 +0000
committerAuto update bot2023-01-20 07:56:12 +0000
commit548a3fb7861c7deadaacbeb9cec278aac32acd04 (patch)
tree83bc12182a5263e91dcdcd59ec9cd356603fa525 /PKGBUILD
parent4ca7471254669b4c12663f08ce7fa32808deea64 (diff)
downloadaur-548a3fb7861c7deadaacbeb9cec278aac32acd04.tar.gz
auto updated to 11.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1ea5edba2e0..ca0f4ffbbdab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-cupy
_pkgname=cupy
-pkgver=11.4.0
+pkgver=11.5.0
_cub_commit=c3cceac115c072fb63df1836ff46d8c60d9eb304
_jitify_commit=4a37de0be4639f222c6565ebd0654cb922b5180e
-pkgrel=2
+pkgrel=1
pkgdesc="NumPy-like API accelerated with CUDA"
url="https://cupy.dev"
arch=('x86_64')
@@ -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=('c6a87d8885d23b49cbdec1becb61688c'
+md5sums=('af974d26ac5a9251bf41cc887faca5c6'
'ae6435aef98378a8b323b69f6665df33'
'2ad752c0814c2da9909e2dcac0f50401')