summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5129c6ce83c..c3f7bf93b175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-tf2onnx
epoch=1
-pkgver=1.12.1
-pkgrel=3
+pkgver=1.13.0
+pkgrel=1
pkgdesc='Convert TensorFlow models to ONNX'
arch=(any)
url='https://github.com/onnx/tensorflow-onnx'
@@ -13,7 +13,7 @@ makedepends=(python-setuptools python-build python-installer python-wheel)
checkdepends=(python-pytest python-graphviz python-parameterized python-yaml python-onnxruntime)
source=("https://github.com/onnx/tensorflow-onnx/archive/v$pkgver/tf2onnx-v$pkgver.tar.gz"
"onnxruntime.diff")
-sha256sums=('77529a4eaa6d50a572020a023af93047b942fbde5cf4447878014037481b7f5f'
+sha256sums=('2b3ffb792e1e9bb4390040c9e29856ef864a59f575727df61ce379e214959a21'
'7e8ab46940aff7cac8d535436c8e201f37c66637416ae9b795706a4c3dd01232')
prepare() {