summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-09-22 16:41:57 +0800
committerPumpkinCheshire2021-09-22 16:41:57 +0800
commit8a784d9df7945d55fd7fc288c32184e792fe00f7 (patch)
tree16be65f5336c2a0d3f87eed9406e234edfb6819e
parentda87d1a20e648d322f72e41a4a7a01bded26fa4b (diff)
downloadaur-8a784d9df7945d55fd7fc288c32184e792fe00f7.tar.gz
bump to 0.7.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e79b0519a1e7..51eb0dd727c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taichi
pkgdesc = Productive & portable programming language for high-performance, sparse & differentiable computing on CPUs & GPUs
- pkgver = 0.7.30
+ pkgver = 0.7.32
pkgrel = 1
url = https://github.com/taichi-dev/taichi
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-taichi
optdepends = python-gitpython
optdepends = yapf
optdepends = cuda
- source = https://files.pythonhosted.org/packages/cp39/t/taichi/taichi-0.7.30-cp39-cp39-manylinux1_x86_64.whl
- b2sums = 7b953fb7fa60f9cdd94044f4e73b05ca102b792958d0389c39afab4b4e40fa6546a6ba181cd3758e1480e6f104a4de49a39fdeea53b340a9b902dd1ec8cd407e
+ source = https://files.pythonhosted.org/packages/cp39/t/taichi/taichi-0.7.32-cp39-cp39-manylinux1_x86_64.whl
+ b2sums = 7c4efa1e4a48975ace862fe72d209bd655080c4aed749ec801782b4f198ab0c9272a1b381a4f0b416f3784f1b5335392aa90022a8c77a1f0a9ba5e76bb47a3c4
pkgname = python-taichi
diff --git a/PKGBUILD b/PKGBUILD
index 91077a510593..a1d52f804235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-taichi
_name=${pkgname#python-}
_py=cp39
-pkgver=0.7.30
+pkgver=0.7.32
pkgrel=1
pkgdesc='Productive & portable programming language for high-performance, sparse & differentiable computing on CPUs & GPUs'
url='https://github.com/taichi-dev/taichi'
@@ -31,7 +31,7 @@ optdepends=(
'cuda')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name//-/_}-$pkgver-$_py-$_py-manylinux1_x86_64.whl")
-b2sums=('7b953fb7fa60f9cdd94044f4e73b05ca102b792958d0389c39afab4b4e40fa6546a6ba181cd3758e1480e6f104a4de49a39fdeea53b340a9b902dd1ec8cd407e')
+b2sums=('7c4efa1e4a48975ace862fe72d209bd655080c4aed749ec801782b4f198ab0c9272a1b381a4f0b416f3784f1b5335392aa90022a8c77a1f0a9ba5e76bb47a3c4')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-warn-script-location --no-deps ${_name//-/_}-$pkgver-$_py-$_py-manylinux1_x86_64.whl