summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWil Thomason2019-01-03 16:09:33 -0500
committerWil Thomason2019-01-03 16:09:33 -0500
commit07013fb3797d197090c9d1f66aebb7eaf60cd907 (patch)
tree74b9b4f49717d0befd85efc97097cbdfbef5e877 /PKGBUILD
parent489a0d0fb76b2bb27332e63f248ca27940017a69 (diff)
downloadaur-07013fb3797d197090c9d1f66aebb7eaf60cd907.tar.gz
Update OMPL to v1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdd2a9598889..a6887f0c08bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
+# Maintainer: Wil Thomason <wbthomason@cs.cornell.edu>
+# Former maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
pkgname=ompl
-pkgver=1.3.2
+pkgver=1.4.1
pkgrel=1
pkgdesc="The Open Motion Planning Library (OMPL) consists of many state-of-the-art sampling-based motion planning algorithms"
arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@ optdepends=('py++: Python binding'
'ode: Plan using the Open Dynamics Engine'
'eigen: For an informed sampling technique')
source=(https://bitbucket.org/ompl/ompl/downloads/${pkgname}-${pkgver}-Source.tar.gz)
-sha512sums=('626fd7871f87ed24146dbb50e26a53b7dc9ed812835a94d6be1c531bf56ac6b8dc1869c019df81e26ad382c6a00c49f2de90b3352ff1c67544544acf7b834906')
+sha512sums=('c5006cfa205caeaf5290b66d184c2ca1ded02c25258aa1d26f84a964f07f034cdc19eb8466f4345b3538a600283a37482e5c7c5722bccfb6e24228c7eb45a4a9')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}-Source"