summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-05 20:02:45 +0800
committerlilac2020-10-05 20:02:45 +0800
commitcea9b631b1fde4a21fdb53115251776aa16631da (patch)
tree9805fda163197a6327a68f61f7c6bb43b1f02129 /PKGBUILD
parent39b05955bb9c654b71a8a709f74005ce9170e771 (diff)
downloadaur-python-keras2onnx.tar.gz
[lilac] updated to 1.7.0.46.g9b9fc36-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89f0465a82a0..1ee49225b2f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-keras2onnx
_pkgname=keras-onnx
-pkgver=1.7.0.40.g0c037e5
+pkgver=1.7.0.46.g9b9fc36
# The latest stable version requires quite a few patches for compatibility
# with the latest TensorFlow/ONNXRuntime
-_commit=0c037e5968c0b5dc6bb12dcf4edcfdeeaf4c964f
-pkgrel=1
+_commit=9b9fc367c30e3a6c2f8a8464db4c3cced52df4ab
+pkgrel=2
pkgdesc='Convert tf.keras/Keras models to ONNX'
arch=(any)
url='https://github.com/onnx/keras-onnx'