summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 702458ef6010..88aa10553d64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Andrew Shunick <andrew at shunick dot info>
+# Maintainer: Andrew Shunick <aur at shunick dot info>
pkgname=python2-atari_py-git
pkgver=r16.d63ced3
pkgrel=1
@@ -8,7 +8,7 @@ url="https://gym.openai.com/"
giturl="https://github.com/openai/atari-py"
license=('GPLv2')
provides=('python2-atari_py')
-# Some dependencies are required to use this package with the OpenAI Gym, but may not be
+# Some dependencies below are required to use this package with the OpenAI Gym, but may not be
# required in order to install.
depends=('python2' 'python2-pillow' 'python2-opengl' 'python2-numpy' 'python2-six' 'zlib')
makedepends=('python2-setuptools' 'cmake' 'gcc')