summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-06-24 00:03:22 +0800
committerlilac2021-06-24 00:03:22 +0800
commit973cd3c26f26d20f09161360816662e7b2c91abf (patch)
tree71c4a226078c94b7c98069c31da1274fd48aa144 /PKGBUILD
parentfd2d733d36a76364017a39bc512a835903df7c3e (diff)
downloadaur-973cd3c26f26d20f09161360816662e7b2c91abf.tar.gz
[lilac] updated to 1.9.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5aa235d6b08..f2d38d4c8cb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-onnx
pkgver=1.9.0
-pkgrel=1
+pkgrel=3
pkgdesc='Open Neural Network Exchange'
arch=('x86_64')
url='https://onnx.ai'
@@ -25,12 +25,6 @@ checkdepends=(
python-nose
python-pytest
python-scipy
- ${optdepends[@]}
-)
-optdepends=(
- mxnet
- python-pytorch
- python-tensorflow
)
source=("${pkgname}::git+https://github.com/onnx/onnx.git#tag=v${pkgver}")
sha512sums=('SKIP')