summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo Mao2020-11-03 21:41:30 +0800
committerLeo Mao2020-11-03 21:41:30 +0800
commit9c09273e43a7c8492bcf947591de84314657740c (patch)
tree837c7a3f893e240f6043aaaf21c23968ce929c32 /PKGBUILD
parent9d01cf170560f3d5b0090bb840666e3333b238df (diff)
downloadaur-9c09273e43a7c8492bcf947591de84314657740c.tar.gz
upgpkg: python-cupy 8.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0480f7d0e32..b8b13024d5c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Leo Mao <leomaoyw at gmail dot com>
pkgname=python-cupy
_pkgname=cupy
-pkgver=8.0.0
+pkgver=8.1.0
_cubver=1.8.0
-pkgrel=2
+pkgrel=1
pkgdesc="NumPy-like API accelerated with CUDA"
_github="cupy/cupy"
url="https://cupy.chainer.org"
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools' 'cython')
optdepends=('libcutensor')
source=("https://github.com/cupy/cupy/archive/v$pkgver.tar.gz"
"https://github.com/NVlabs/cub/archive/$_cubver.tar.gz")
-md5sums=('e5375c9c8e01c1c5d15dcbc91d36c9d1'
+md5sums=('65b320b751447a563d498374d8d18f2f'
'9203ea2499b56782601fddf8a12e9b08')
prepare() {