summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2021-05-06 20:30:35 +0200
committerFelix Exner2021-05-06 20:30:35 +0200
commite1ab1e129f6d4de5f4a3ebb769ab7e17d893850a (patch)
tree53c81d658f0970e5d7f1212a6e849c80b0646d16
parent6591b0733e724d166be23c62ed6825700fde6f95 (diff)
downloadaur-ros-melodic-moveit-resources-pr2-description.tar.gz
Update package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2164f7b634a5..56f8113c8970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-moveit-resources-pr2-description
pkgdesc = ROS - PR2 Resources used for MoveIt! testing.
- pkgver = 0.7.2
+ pkgver = 0.7.3
pkgrel = 1
url = h
arch = i686
@@ -12,8 +12,8 @@ pkgbase = ros-melodic-moveit-resources-pr2-description
makedepends = cmake
makedepends = ros-build-tools
makedepends = ros-melodic-catkin
- source = ros-melodic-moveit-resources-pr2-description-0.7.2.tar.gz::https://github.com/ros-planning/moveit_resources/archive/0.7.2.tar.gz
- sha256sums = afd4e00a30db8896fff3399d7247ce074251c835c1034e2d0264c86c0967108e
+ source = ros-melodic-moveit-resources-pr2-description-0.7.3.tar.gz::https://github.com/ros-planning/moveit_resources/archive/0.7.3.tar.gz
+ sha256sums = cad98a19a93856f5b49bcbff2e9671ab1c27e266af981586e908833cca5d9c86
pkgname = ros-melodic-moveit-resources-pr2-description
diff --git a/PKGBUILD b/PKGBUILD
index e4d52a5559ed..1aa3ca62a7f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - PR2 Resources used for MoveIt! testing."
url='h'
pkgname='ros-melodic-moveit-resources-pr2-description'
-pkgver='0.7.2'
+pkgver='0.7.3'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -27,7 +27,7 @@ depends=(
_dir="moveit_resources-${pkgver}/pr2_description"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-planning/moveit_resources/archive/${pkgver}.tar.gz")
-sha256sums=('afd4e00a30db8896fff3399d7247ce074251c835c1034e2d0264c86c0967108e')
+sha256sums=('cad98a19a93856f5b49bcbff2e9671ab1c27e266af981586e908833cca5d9c86')
build() {