summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Langlois2020-07-16 23:40:01 -0400
committerEric Langlois2020-07-16 23:40:01 -0400
commit4586c1fc58b07d4982b2499e6cf8525519bc5228 (patch)
tree240eee87248111327332ae4f95dda42cb0662eb5
parentfdf3f8e6c6bf24f6a46da61eddde1b274a277412 (diff)
downloadaur-4586c1fc58b07d4982b2499e6cf8525519bc5228.tar.gz
upgpkg: python-mujoco-py 2.0.2.11-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0175e369d09..20af299b3cb5 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.10
+ pkgver = 2.0.2.11
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.10.tar.gz
- source = mujoco-py-2.0.2.10-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/d73ce6e91d096b74da2a2fcb0a4164e10db5f641/LICENSE.md
+ source = https://files.pythonhosted.org/packages/source/m/mujoco-py/mujoco-py-2.0.2.11.tar.gz
+ source = mujoco-py-2.0.2.11-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/fe8373df3a36c4fb8631b0f3289fa8ecce182e0b/LICENSE.md
source = mujoco-py.patch
- sha256sums = 8282830659106b8e08a3883f6a5956af76fd42f21e63d6c8bee6092247d3bd4e
+ sha256sums = 68d5a15c77634a458a5bb7a41d376467a1992591379ec43799092bf416221c47
sha256sums = fb896a8cbad505b0fe1f324e7d4f02032e56885c6544b7644180258d6077a71a
sha256sums = 21163edd7ef1046d504caec64d517a79af8603e54cc0edb6819d34e9d9529865
diff --git a/PKGBUILD b/PKGBUILD
index 7e8f6ee9f3ee..6aaa3edb4972 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.10
+pkgver=2.0.2.11
pkgrel=1
pkgdesc="Python interface to the MuJoCo physics engine"
arch=('x86_64')
@@ -29,9 +29,9 @@ options=(!strip)
# Also, there is no release marked for the recent pip package version,
# so use the lastest commit (at the time of writing).
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/d73ce6e91d096b74da2a2fcb0a4164e10db5f641/LICENSE.md"
+ "$_name-$pkgver-LICENSE.md::https://raw.githubusercontent.com/openai/mujoco-py/fe8373df3a36c4fb8631b0f3289fa8ecce182e0b/LICENSE.md"
"$_name.patch")
-sha256sums=('8282830659106b8e08a3883f6a5956af76fd42f21e63d6c8bee6092247d3bd4e'
+sha256sums=('68d5a15c77634a458a5bb7a41d376467a1992591379ec43799092bf416221c47'
'fb896a8cbad505b0fe1f324e7d4f02032e56885c6544b7644180258d6077a71a'
'21163edd7ef1046d504caec64d517a79af8603e54cc0edb6819d34e9d9529865')