summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-08-05 13:51:51 +0800
committerlilac2022-08-05 13:51:51 +0800
commit8a32891c87b0cc39067e0b91966f9ced5703afb3 (patch)
tree75b369cf7511b5fb4336fbf59ab68c8366b1c8ba
parentc6eddeba9fdb8a5f5e18ec929b1bb3bfc92b06bd (diff)
downloadaur-8a32891c87b0cc39067e0b91966f9ced5703afb3.tar.gz
[lilac] updated to 1.12.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff4f50ff977..8a519b1cb0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = python-onnxruntime
optdepends = python-cerberus: for orttraining
optdepends = python-h5py: for orttraining
options = !lto
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.12.0
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.12.1
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/dcleblanc/SafeInt.git
source = git+https://github.com/tensorflow/tensorboard.git
diff --git a/PKGBUILD b/PKGBUILD
index a09ca4da330f..f11289013e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=python-onnxruntime
# Not split DNNL EP to another package as it's needed unconditionally at runtime if built at compile time
# https://github.com/microsoft/onnxruntime/blob/v1.9.1/onnxruntime/python/onnxruntime_pybind_state.cc#L533
pkgname=(python-onnxruntime)
-pkgver=1.12.0
+pkgver=1.12.1
pkgdesc='Cross-platform, high performance scoring engine for ML models'
pkgrel=1
arch=(x86_64)