summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-10-05 20:02:45 +0800
committerlilac2020-10-05 20:02:45 +0800
commitcea9b631b1fde4a21fdb53115251776aa16631da (patch)
tree9805fda163197a6327a68f61f7c6bb43b1f02129
parent39b05955bb9c654b71a8a709f74005ce9170e771 (diff)
downloadaur-cea9b631b1fde4a21fdb53115251776aa16631da.tar.gz
[lilac] updated to 1.7.0.46.g9b9fc36-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bbf4f9a44d0..9fa58ca806b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-keras2onnx
pkgdesc = Convert tf.keras/Keras models to ONNX
- pkgver = 1.7.0.40.g0c037e5
- pkgrel = 1
+ pkgver = 1.7.0.46.g9b9fc36
+ pkgrel = 2
url = https://github.com/onnx/keras-onnx
arch = any
license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-keras2onnx
depends = python-onnxconverter-common
depends = python-fire
depends = python-tensorflow
- source = git+https://github.com/onnx/keras-onnx.git#commit=0c037e5968c0b5dc6bb12dcf4edcfdeeaf4c964f
+ source = git+https://github.com/onnx/keras-onnx.git#commit=9b9fc367c30e3a6c2f8a8464db4c3cced52df4ab
sha256sums = SKIP
pkgname = python-keras2onnx
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'