summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-11-08 20:34:10 +0800
committerlilac2022-11-08 20:34:10 +0800
commit4dadf0b8c495cae75668b9abe4f3111527497324 (patch)
treef85351b70f33d7fd44f95f5b0c0400e808038405 /PKGBUILD
parent411f407f349c7dafc6e6e4c89fac31ace18896ec (diff)
downloadaur-python-tf2onnx.tar.gz
[lilac] updated to 1:1.13.0-1
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() {