summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-11-07 04:31:28 +0800
committerlilac2020-11-07 04:31:28 +0800
commit83622fa7ae9c2879e43e04bed54d1fef1ae7da85 (patch)
tree28923433955ab7301276eae82e4155e84a0f73b6 /PKGBUILD
parent81c83ee864a53294e7ab05bb1d74a58674efc391 (diff)
downloadaur-83622fa7ae9c2879e43e04bed54d1fef1ae7da85.tar.gz
[lilac] updated to 1.7.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7674f0e87e1..2120b5f43b21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
pkgname=python-tf2onnx
-pkgver=1.7.1
+pkgver=1.7.2
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=('40ce968c0f5c80581f1f920426ad42a3e912154563da81e5c4a45e71aa159667')
+sha256sums=('133c3c28a761bc3b2307081920268f4c246d89cce35f50ba8018e105995f8d28')
build() {
cd tensorflow-onnx-$pkgver