summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-03-05 06:42:01 +0800
committerlilac2021-03-05 06:42:01 +0800
commitbedaffb7582591e89bca2de51121043b35245b81 (patch)
tree453d7037a275b898a180f8d26e59b912ff1ecb58
parentae3f7ee922a96be6fa4e3f2f074e1b470c5876fc (diff)
downloadaur-bedaffb7582591e89bca2de51121043b35245b81.tar.gz
[lilac] updated to 1.7.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c191581245f1..a4f88c649831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.7.1
+ pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
license = MIT
@@ -20,7 +20,7 @@ pkgbase = python-onnxruntime
depends = python-numpy
depends = python-onnx
depends = python-protobuf
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.7.0
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.7.1
source = git+https://gitlab.com/libeigen/eigen.git
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/dcleblanc/SafeInt.git
diff --git a/PKGBUILD b/PKGBUILD
index 537a6714d8d5..4b7f745a5de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
pkgname=python-onnxruntime
-pkgver=1.7.0
+pkgver=1.7.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)