summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Langlois2020-08-15 16:43:37 -0400
committerEric Langlois2020-08-15 16:43:37 -0400
commitaf8bf5996f225dc3ae36f3274c80cd8789b1ff64 (patch)
treecca29f33f23460bd15dd8ece8927b72b6b51b360
parent119805ae90a709738d5265d9c25a25721260ad67 (diff)
downloadaur-af8bf5996f225dc3ae36f3274c80cd8789b1ff64.tar.gz
upgpkg: python-mujoco-py 2.0.2.13-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b45f81134166..94865b8c72e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mujoco-py
pkgdesc = Python interface to the MuJoCo physics engine
- pkgver = 2.0.2.12
+ pkgver = 2.0.2.13
pkgrel = 1
url = https://github.com/openai/mujoco-py
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = python-mujoco-py
depends = python-imageio
depends = python-numpy
options = !strip
- source = https://files.pythonhosted.org/packages/source/m/mujoco-py/mujoco-py-2.0.2.12.tar.gz
- source = mujoco-py-2.0.2.12-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/89a953c5baea15b03fade1365ddf10d206591f68/LICENSE.md
+ source = https://files.pythonhosted.org/packages/source/m/mujoco-py/mujoco-py-2.0.2.13.tar.gz
+ source = mujoco-py-2.0.2.13-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/4830435a169c1f3e3b5f9b58a7c3d9c39bdf4acb/LICENSE.md
source = mujoco-py.patch
- sha256sums = 1e214a70902c91b73223f43b8ace9791a54d8163480f90cbfb4c9e30d2e3fec0
+ sha256sums = d6ae66276b565af9063597fda70683a89c7356290f5ac3961b794ee90ec50eea
sha256sums = fb896a8cbad505b0fe1f324e7d4f02032e56885c6544b7644180258d6077a71a
sha256sums = 21163edd7ef1046d504caec64d517a79af8603e54cc0edb6819d34e9d9529865
diff --git a/PKGBUILD b/PKGBUILD
index 895bf1012b7b..70a1ccbd5a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Langlois <eric@langlois.xyz>
pkgname=python-mujoco-py
_name=${pkgname#python-}
-pkgver=2.0.2.12
+pkgver=2.0.2.13
pkgrel=1
pkgdesc="Python interface to the MuJoCo physics engine"
arch=('x86_64')
@@ -27,11 +27,12 @@ options=(!strip)
# There is no license file included in the pip package
# Get it from the mujoco-py github repo instead.
# Also, there is no release marked for the recent pip package version,
-# so use the lastest commit (at the time of writing).
+# so use the lastest `master` commit (at the time of writing).
+_release_commit="4830435a169c1f3e3b5f9b58a7c3d9c39bdf4acb"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
- "$_name-$pkgver-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/89a953c5baea15b03fade1365ddf10d206591f68/LICENSE.md"
+ "$_name-$pkgver-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/$_release_commit/LICENSE.md"
"$_name.patch")
-sha256sums=('1e214a70902c91b73223f43b8ace9791a54d8163480f90cbfb4c9e30d2e3fec0'
+sha256sums=('d6ae66276b565af9063597fda70683a89c7356290f5ac3961b794ee90ec50eea'
'fb896a8cbad505b0fe1f324e7d4f02032e56885c6544b7644180258d6077a71a'
'21163edd7ef1046d504caec64d517a79af8603e54cc0edb6819d34e9d9529865')