summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-06-26 16:07:55 +0800
committerYour Name2023-06-26 16:07:55 +0800
commit6c8132ed41a2a39c8770b6eeb02f863fa7d90577 (patch)
treeb6d096c24a5f3331aab738b1c55b5af8f4b1acf0
parentbc1e8dbb12948a4353076ae2a2a8d451aa375694 (diff)
downloadaur-6c8132ed41a2a39c8770b6eeb02f863fa7d90577.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ca2c126f43..55b763f667c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mujoco
pkgdesc = Multi-Joint dynamics with Contact. A general purpose physics simulator.
- pkgver = 2.3.5
+ pkgver = 2.3.6
pkgrel = 1
url = https://www.mujoco.org
arch = x86_64
@@ -11,15 +11,16 @@ pkgbase = mujoco
makedepends = cmake
makedepends = git
makedepends = eigen
+ makedepends = lodepng
depends = libccd
depends = libgl
depends = glfw
depends = tinyxml2
depends = tinyobjloader
depends = qhull
- source = https://github.com/deepmind/mujoco/archive/refs/tags/2.3.5.tar.gz
+ source = https://github.com/deepmind/mujoco/archive/refs/tags/2.3.6.tar.gz
source = mujoco.patch
- sha256sums = 882d855d833375ad27adfa2d9cf4ec2381a1069ebe8fbc4578d876deb4e0b33f
+ sha256sums = 3ede20f8be574baa65ee6164f90c91b787adbe2b877cc4cc8bd1c6678f747354
sha256sums = 3ceb20c5b0dc37cf9be4da68f728b11f3085fdcbd895eb2885910228c4d3805f
pkgname = mujoco
diff --git a/PKGBUILD b/PKGBUILD
index 3602e78c93be..07a6983bb3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=mujoco
-pkgver=2.3.5
+pkgver=2.3.6
pkgrel=1
pkgdesc="Multi-Joint dynamics with Contact. A general purpose physics simulator."
arch=('x86_64')
url="https://www.mujoco.org"
license=('Apache')
depends=('libccd' 'libgl' 'glfw' 'tinyxml2' 'tinyobjloader' 'qhull')
-makedepends=('abseil-cpp' 'gtest' 'benchmark' 'cmake' 'git' 'eigen')
+makedepends=('abseil-cpp' 'gtest' 'benchmark' 'cmake' 'git' 'eigen' 'lodepng')
source=("https://github.com/deepmind/mujoco/archive/refs/tags/$pkgver.tar.gz"
"${pkgname}.patch")
-sha256sums=('882d855d833375ad27adfa2d9cf4ec2381a1069ebe8fbc4578d876deb4e0b33f'
+sha256sums=('3ede20f8be574baa65ee6164f90c91b787adbe2b877cc4cc8bd1c6678f747354'
'3ceb20c5b0dc37cf9be4da68f728b11f3085fdcbd895eb2885910228c4d3805f')
prepare() {