diff options
author | Romain Reignier | 2016-02-02 22:06:40 +0100 |
---|---|---|
committer | Romain Reignier | 2016-02-02 22:06:40 +0100 |
commit | 4c74647538cecb7e4cfe50d33995f8f388e8c309 (patch) | |
tree | ed362d4b9d02be75d9900bb5a66a3fa5f46146bd | |
parent | 1b8c3bfebd95854d93f9c2fc8066b025fc25c072 (diff) | |
download | aur-4c74647538cecb7e4cfe50d33995f8f388e8c309.tar.gz |
Update to navigation stack 1.12.6
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 16 |
2 files changed, 16 insertions, 8 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Tue Feb 2 21:06:40 UTC 2016 pkgbase = ros-indigo-voxel-grid pkgdesc = ROS - voxel_grid provides an implementation of an efficient 3D voxel grid. - pkgver = 1.12.5 + pkgver = 1.12.6 pkgrel = 1 url = http://wiki.ros.org/voxel_grid arch = any @@ -11,8 +13,8 @@ pkgbase = ros-indigo-voxel-grid makedepends = ros-indigo-roscpp makedepends = ros-indigo-catkin depends = ros-indigo-roscpp - source = voxel_grid::git+https://github.com/ros-gbp/navigation-release.git#tag=release/indigo/voxel_grid/1.12.5-0 - md5sums = SKIP + source = https://github.com/ros-gbp/navigation-release/archive/release/indigo/voxel_grid/1.12.6-0.tar.gz + sha256sums = e031d428a182f63a6ca4ed357742d6626698928a010786c5468c0ea1a9ac2e37 pkgname = ros-indigo-voxel-grid @@ -4,7 +4,7 @@ pkgdesc="ROS - voxel_grid provides an implementation of an efficient 3D voxel gr url='http://wiki.ros.org/voxel_grid' pkgname='ros-indigo-voxel-grid' -pkgver='1.12.5' +pkgver='1.12.6' _pkgver_patch=0 arch=('any') pkgrel=1 @@ -18,10 +18,16 @@ makedepends=('cmake' 'git' 'ros-build-tools' ros_depends=(ros-indigo-roscpp) depends=(${ros_depends[@]}) -_tag=release/indigo/voxel_grid/${pkgver}-${_pkgver_patch} -_dir=voxel_grid -source=("${_dir}"::"git+https://github.com/ros-gbp/navigation-release.git"#tag=${_tag}) -md5sums=('SKIP') +# Git version (e.g. for debugging) +# _tag=release/indigo/voxel_grid/${pkgver}-${_pkgver_patch} +# _dir=voxel_grid +# source=("${_dir}"::"git+https://github.com/ros-gbp/navigation-release.git"#tag=${_tag}) +# sha256sums=('SKIP') + +# Tarball version (faster download) +_dir="navigation-release-release-indigo-voxel_grid-${pkgver}-${_pkgver_patch}" +source=("https://github.com/ros-gbp/navigation-release/archive/release/indigo/voxel_grid/${pkgver}-${_pkgver_patch}.tar.gz") +sha256sums=('e031d428a182f63a6ca4ed357742d6626698928a010786c5468c0ea1a9ac2e37') build() { # Use ROS environment variables |