summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-06 09:20:01 -0400
committeracxz2019-06-06 09:20:01 -0400
commit5ad08c6ddedfbd53ed9ffd2383dd311b7bcf0de4 (patch)
tree958c4ca617dd276c104c7251fab7a05b4088e0f8
parent7b9f7ca0e4edb0a3e3cc9b297dbb7cfa5b4553da (diff)
downloadaur-5ad08c6ddedfbd53ed9ffd2383dd311b7bcf0de4.tar.gz
upgraded to 6.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2c159cb791..f94ccf4cabcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdart
pkgdesc = Dynamic Animation and Robotics Toolkit
- pkgver = 6.9.0
+ pkgver = 6.9.1
pkgrel = 1
url = https://dartsim.github.io
arch = i686
@@ -24,8 +24,8 @@ pkgbase = libdart
optdepends = pagmo: pagmo optimizer support
optdepends = tinyxml2: parser support
optdepends = urdfdom: urdf parser support
- source = https://github.com/dartsim/dart/archive/v6.9.0.tar.gz
- sha256sums = 8351c3fe53bd5251235d28ce15cc2796e529125b7990e49a715f4f567021aaed
+ source = https://github.com/dartsim/dart/archive/v6.9.1.tar.gz
+ sha256sums = 9e2954aaf2d4538a7e4aab5188f1061c3e216c8c0b72483c2d0b9e814525acd1
pkgname = libdart
diff --git a/PKGBUILD b/PKGBUILD
index b1195031951b..493c1a92927e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Previous Maintainer: midgard <arch dot midgard "at symbol" janmaes "youknowwhat" com>
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=libdart
-pkgver=6.9.0
+pkgver=6.9.1
pkgrel=1
pkgdesc="Dynamic Animation and Robotics Toolkit"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ optdepends=('bullet: Bullet collision detection support'
makedepends=('cmake')
_name=dart
source=(https://github.com/dartsim/${_name}/archive/v${pkgver}.tar.gz)
-sha256sums=('8351c3fe53bd5251235d28ce15cc2796e529125b7990e49a715f4f567021aaed')
+sha256sums=('9e2954aaf2d4538a7e4aab5188f1061c3e216c8c0b72483c2d0b9e814525acd1')
_buildtype="Release"