summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMarcell Meszaros2024-01-05 00:34:07 +0100
committerMarcell Meszaros2024-01-05 00:34:07 +0100
commit55aa5a418343cd963fe24f309264b61332b795fe (patch)
treedc543acd2f5ea8a6bd974e3d9a90fa065837124a /.SRCINFO
parentb5a3e9828d8be95278986827f0ebe122b2b3b054 (diff)
downloadaur-55aa5a418343cd963fe24f309264b61332b795fe.tar.gz
one final packaging fix before sunsetting this PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bea21388f49..4362c5898697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = python-gym-git
pkgdesc = A toolkit for developing and comparing reinforcement learning algorithms.
- pkgver = r1034.f380a0e8
+ pkgver = 0.26.2.r3.gdcd18584
pkgrel = 1
url = https://gym.openai.com
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
depends = python
- depends = python-numpy>=1.10.4
- depends = python-pyglet
- depends = python-requests>=2.0
- depends = python-six
- provides = python-gym
+ depends = python-cloudpickle
+ depends = python-numpy
+ provides = python-gym=0.26.2
+ conflicts = python-gym
source = git+https://github.com/openai/gym
- md5sums = SKIP
+ b2sums = SKIP
pkgname = python-gym-git
-