summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-08-30 10:29:28 +0800
committerPumpkinCheshire2021-08-30 10:29:28 +0800
commitda87d1a20e648d322f72e41a4a7a01bded26fa4b (patch)
tree3d1fea2554376c5021c56bc64bcf27cc84484e28
parent029ca543890614afbf22e5dba6036cd011d121e8 (diff)
downloadaur-da87d1a20e648d322f72e41a4a7a01bded26fa4b.tar.gz
bump to 0.7.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05607818e111..e79b0519a1e7 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.29
+ pkgver = 0.7.30
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.29-cp39-cp39-manylinux1_x86_64.whl
- b2sums = 7696c9eda8c3e16b631bd8a32aa45f179a28d2b277961d7404c9ec197304003c257905571210c3e124306f275e1273a61802711d963071c753b50646f29ea8de
+ source = https://files.pythonhosted.org/packages/cp39/t/taichi/taichi-0.7.30-cp39-cp39-manylinux1_x86_64.whl
+ b2sums = 7b953fb7fa60f9cdd94044f4e73b05ca102b792958d0389c39afab4b4e40fa6546a6ba181cd3758e1480e6f104a4de49a39fdeea53b340a9b902dd1ec8cd407e
pkgname = python-taichi
diff --git a/PKGBUILD b/PKGBUILD
index 51449eb707ca..91077a510593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-taichi
_name=${pkgname#python-}
_py=cp39
-pkgver=0.7.29
+pkgver=0.7.30
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=('7696c9eda8c3e16b631bd8a32aa45f179a28d2b277961d7404c9ec197304003c257905571210c3e124306f275e1273a61802711d963071c753b50646f29ea8de')
+b2sums=('7b953fb7fa60f9cdd94044f4e73b05ca102b792958d0389c39afab4b4e40fa6546a6ba181cd3758e1480e6f104a4de49a39fdeea53b340a9b902dd1ec8cd407e')
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