summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-02-22 12:12:14 +0800
committerlilac2020-02-22 12:12:14 +0800
commit81dfd79070051a18ae475b3ae8b85357bbf937b1 (patch)
treee6aa295938c7963a635021c627ca36b28c2db891
parente56f3f749141dff637dc57cf767d33ba0fb818e2 (diff)
downloadaur-81dfd79070051a18ae475b3ae8b85357bbf937b1.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6ac8e38128..fa359089565d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python-onnxruntime
depends = protobuf
depends = re2
depends = python-numpy
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.1.1
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.1.2
source = git+https://github.com/HowardHinnant/date.git
source = eigen::git+https://github.com/eigenteam/eigen-git-mirror.git
source = git+https://github.com/google/gemmlowp.git
@@ -43,6 +43,6 @@ pkgname = python-onnxruntime-cuda
depends = python-numpy
depends = cuda
depends = cudnn
- provides = python-onnxruntime=1.1.1
+ provides = python-onnxruntime=1.1.2
conflicts = python-onnxruntime
diff --git a/PKGBUILD b/PKGBUILD
index 2ef3433273d7..65b86683b5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-onnxruntime
pkgname=(python-onnxruntime python-onnxruntime-cuda)
-pkgver=1.1.1
+pkgver=1.1.2
pkgdesc='Cross-platform, high performance scoring engine for ML models'
pkgrel=1
arch=(x86_64)