summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa359089565d..8cd4e6ff10f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/microsoft/onnxruntime
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 65b86683b5db..b83248e911a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-onnxruntime
pkgname=(python-onnxruntime python-onnxruntime-cuda)
pkgver=1.1.2
pkgdesc='Cross-platform, high performance scoring engine for ML models'
-pkgrel=1
+pkgrel=3
arch=(x86_64)
url='https://github.com/microsoft/onnxruntime'
license=(MIT)