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 977221dc9cb1..9aa7aa548416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name='roboschool'
pkgname="${_name}-git"
-pkgver=r4.b81efcc
+pkgver=r37.1c323fc
pkgrel=1
pkgdesc='Robot simulation, integrated with OpenAI Gym.'
url="https://github.com/openai/${_name}"
@@ -12,7 +12,7 @@ license=('MIT')
arch=('x86_64')
pkgver() {
- cd "$_gitname"
+ cd "${srcdir}/$_name"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}