summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-05-27 12:27:21 +0100
committerGonçalo Camelo Neves Pereira2018-05-27 12:27:21 +0100
commit64e01c4eff2bacd9de80640c3c191aa725209c98 (patch)
tree7bbb28cd717cbced5fbea21d4a39fb3d7736bb71
parentee2ae76c995f27819240631652129b50f6cc86ed (diff)
downloadaur-64e01c4eff2bacd9de80640c3c191aa725209c98.tar.gz
Updated to 6.5
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e0e0cc3fd5e..fc090df01dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdart
pkgdesc = Dynamic Animation and Robotics Toolkit
- pkgver = 6.4.0
+ pkgver = 6.5.0
pkgrel = 2
url = http://dartsim.github.io
arch = i686
@@ -20,8 +20,8 @@ pkgbase = libdart
optdepends = bullet: Bullet support
optdepends = coin-or-ipopt: Ipopt support
optdepends = nlopt: NLopt support
- source = https://github.com/dartsim/dart/archive/v6.4.0.tar.gz
- sha256sums = 7a9e6e081d1cb910a7c9c996d76dd48ddca15b798c6d9a3cc7664534e5d28a84
+ source = https://github.com/dartsim/dart/archive/v6.5.0.tar.gz
+ sha256sums = b4c7f4d800ae5696e6ada04bd91b299f4a5e4ff9e8e07deeed79c6923747e274
pkgname = libdart
diff --git a/PKGBUILD b/PKGBUILD
index e21e5400e4a8..b0a10d9f34a3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Previous Maintainer: Benjamin Chretien <chretien at lirmm dot fr>
# Maintainer: Gonçalo Camelo Neves Pereira <goncalo_pereira@outlook.pt>
pkgname=libdart
-pkgver=6.4.0
+pkgver=6.5.0
pkgrel=2
pkgdesc="Dynamic Animation and Robotics Toolkit"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('bullet: Bullet support'
makedepends=('cmake' 'doxygen')
_name=dart
source=(https://github.com/dartsim/${_name}/archive/v${pkgver}.tar.gz)
-sha256sums=('7a9e6e081d1cb910a7c9c996d76dd48ddca15b798c6d9a3cc7664534e5d28a84')
+sha256sums=('b4c7f4d800ae5696e6ada04bd91b299f4a5e4ff9e8e07deeed79c6923747e274')
# Build type
_buildtype="Release"