summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-07-28 13:10:20 -0400
committeracxz2020-07-28 13:10:20 -0400
commit63bbcda393db9369599a96defddff6a6c52c1655 (patch)
treec95b404d20091a7bb933f320e8181642e73d4c6e
parent02c84d323e19efe949d8a3633eda61b0ed3b434a (diff)
downloadaur-63bbcda393db9369599a96defddff6a6c52c1655.tar.gz
upddeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac610982a732..151a6b9f4019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ray
pkgdesc = A fast and simple framework for building and running distributed applications.
pkgver = 0.8.6
- pkgrel = 1
+ pkgrel = 2
url = https://ray.io
arch = x86_64
license = Apache-2.0
@@ -38,7 +38,7 @@ pkgbase = python-ray
optdepends = python-dm-tree: for ray[rllib] module
optdepends = python-gym: for ray[rllib] module
optdepends = python-lz4: for ray[rllib] module
- optdepends = python-opencv-python: for ray[rllib] module
+ optdepends = opencv: for ray[rllib] module
optdepends = python-pyaml: for ray[rllib] module
optdepends = python-scipy: for ray[rllib] module
optdepends = python-msgpack: for ray[streaming] module
diff --git a/PKGBUILD b/PKGBUILD
index 43f598774688..17019db2a034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ray
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc='A fast and simple framework for building and running distributed
applications.'
arch=('x86_64')
@@ -25,7 +25,7 @@ optdepends=(
'python-dm-tree: for ray[rllib] module'
'python-gym: for ray[rllib] module'
'python-lz4: for ray[rllib] module'
- 'python-opencv-python: for ray[rllib] module'
+ 'opencv: for ray[rllib] module'
'python-pyaml: for ray[rllib] module'
'python-scipy: for ray[rllib] module'
'python-msgpack: for ray[streaming] module'