summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-13 04:59:05 +0800
committerlilac2020-10-13 04:59:05 +0800
commitf1ee9d321ce1fbe8f72d23b78cf244012a2d5674 (patch)
tree9bc00abbf58c049bee6bd9a116f3eaeae640ee7b /PKGBUILD
parent70bc2f5eea090a02d07fef70c8aa404e4e8c70ed (diff)
downloadaur-f1ee9d321ce1fbe8f72d23b78cf244012a2d5674.tar.gz
[lilac] updated to 1.7.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aec6b8f9160..e7674f0e87e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=python-tf2onnx
-pkgver=1.6.3
+pkgver=1.7.1
pkgrel=1
pkgdesc='Convert TensorFlow models to ONNX'
arch=(any)
@@ -11,7 +11,7 @@ depends=(python python-tensorflow python-numpy python-onnx python-requests pytho
makedepends=(python-setuptools)
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")
-sha256sums=('82ab1ed80b26e66b5b25dbee713be6ae3a916092db1fe088bc94634158d90cfa')
+sha256sums=('40ce968c0f5c80581f1f920426ad42a3e912154563da81e5c4a45e71aa159667')
build() {
cd tensorflow-onnx-$pkgver