summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Maslowski2019-06-13 23:02:48 +0200
committerDaniel Maslowski2019-06-13 23:02:48 +0200
commitb5a3e9828d8be95278986827f0ebe122b2b3b054 (patch)
tree26b1d921cb4f40748973b4eb4f708ff929d6a5bd /PKGBUILD
parenta33a077e7c4c327d8a34f625a71f5565728deb93 (diff)
downloadaur-b5a3e9828d8be95278986827f0ebe122b2b3b054.tar.gz
add python-pyglet dependency and provides python-gym
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a532724cbb7a..d1ff1a18391d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,21 @@
_gitname=gym
pkgname=python-${_gitname}-git
-pkgver=r761.efeadfd
+pkgver=r1034.f380a0e8
pkgrel=1
pkgdesc="A toolkit for developing and comparing reinforcement learning algorithms."
arch=('any')
url="https://gym.openai.com"
license=('MIT')
-depends=('python' 'python-numpy>=1.10.4' 'python-requests>=2.0' 'python-six')
+depends=(
+ 'python'
+ 'python-numpy>=1.10.4'
+ 'python-pyglet'
+ 'python-requests>=2.0'
+ 'python-six'
+)
makedepends=('git')
+provides=('python-gym')
source=("git+https://github.com/openai/$_gitname")
md5sums=('SKIP')