summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e81be33b082..d4a6885cf389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gitname=gym
pkgname=python-${_gitname}-git
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A toolkit for developing and comparing reinforcement learning algorithms."
arch=('any')
url="https://gym.openai.com"
license=('MIT')
-depends=('python2' 'python-numpy>=1.10.4' 'python-requests>=2.0' 'python-six')
+depends=('python' 'python-numpy>=1.10.4' 'python-requests>=2.0' 'python-six')
makedepends=('git')
source=("git+https://github.com/openai/$_gitname")
md5sums=('SKIP')