summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f10525afcd7..924dd0acc346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.9.0
- pkgrel = 2
+ pkgver = 1.9.1
+ pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
license = MIT
@@ -38,7 +38,7 @@ pkgbase = python-onnxruntime
depends = python-protobuf
depends = openmpi
options = !lto
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.9.0
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.9.1
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/dcleblanc/SafeInt.git
source = git+https://github.com/martinmoene/optional-lite.git
@@ -72,5 +72,5 @@ pkgname = python-onnxruntime-cuda
depends = cuda
depends = cudnn
depends = nccl
- provides = python-onnxruntime=1.9.0
+ provides = python-onnxruntime=1.9.1
conflicts = python-onnxruntime
diff --git a/PKGBUILD b/PKGBUILD
index e2765479fd3c..b7be61267c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=python-onnxruntime
pkgname=(python-onnxruntime python-onnxruntime-cuda)
-pkgver=1.9.0
+pkgver=1.9.1
pkgdesc='Cross-platform, high performance scoring engine for ML models'
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://github.com/microsoft/onnxruntime'
license=(MIT)