summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-04-19 08:20:36 +0000
committerAuto update bot2024-04-19 08:20:36 +0000
commit2e63da5d04964536f5f2deb0b24cc9484485d462 (patch)
treea94ed2b4dc6c7354c8e885bae5896c63a1db888a
parent553c3e77e119c36cc0eb2b03801244faa2607d72 (diff)
downloadaur-2e63da5d04964536f5f2deb0b24cc9484485d462.tar.gz
Auto updated to 13.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737fbe3fc198..eebb6782c2cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cupy
pkgdesc = NumPy-like API accelerated with CUDA
- pkgver = 13.0.0
+ pkgver = 13.1.0
pkgrel = 1
url = https://cupy.dev
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = python-cupy
optdepends = cudnn
optdepends = libcutensor
optdepends = nccl
- source = https://github.com/cupy/cupy/archive/v13.0.0.tar.gz
+ source = https://github.com/cupy/cupy/archive/v13.1.0.tar.gz
source = https://github.com/NVIDIA/cccl/archive/3ef9dd9642da2d4e0b3ff77e445e73d7aabd4687.tar.gz
source = https://github.com/dmlc/dlpack/archive/365b823cedb281cd0240ca601aba9b78771f91a3.tar.gz
source = https://github.com/NVIDIA/jitify/archive/1a0ca0e837405506f3b8f7883bacb71c20d86d96.tar.gz
- md5sums = 9ee621fba177cb2503988d4146522060
+ md5sums = 9cca9a13ab502647848200b8d4d491f1
md5sums = 17c7f9635569aac243be498275ba71ba
md5sums = 4fbb2aeba1e0ef8d7e094deb811630df
md5sums = 0fb2589c81179e752d9bc45be72ed992
diff --git a/PKGBUILD b/PKGBUILD
index 1bede16a196e..dd82f5c9faed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cupy
_pkgname=cupy
-pkgver=13.0.0
+pkgver=13.1.0
_cccl_commit=3ef9dd9642da2d4e0b3ff77e445e73d7aabd4687
_dlpack_commit=365b823cedb281cd0240ca601aba9b78771f91a3
_jitify_commit=1a0ca0e837405506f3b8f7883bacb71c20d86d96
@@ -18,7 +18,7 @@ source=("https://github.com/cupy/cupy/archive/v$pkgver.tar.gz"
"https://github.com/NVIDIA/cccl/archive/$_cccl_commit.tar.gz"
"https://github.com/dmlc/dlpack/archive/$_dlpack_commit.tar.gz"
"https://github.com/NVIDIA/jitify/archive/$_jitify_commit.tar.gz")
-md5sums=('9ee621fba177cb2503988d4146522060'
+md5sums=('9cca9a13ab502647848200b8d4d491f1'
'17c7f9635569aac243be498275ba71ba'
'4fbb2aeba1e0ef8d7e094deb811630df'
'0fb2589c81179e752d9bc45be72ed992')