diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = ros-noetic-stereo-msgs pkgdesc = ROS - stereo_msgs contains messages specific to stereo processing, such as disparity images. - pkgver = 1.13.0 + pkgver = 1.13.1 pkgrel = 1 url = https://wiki.ros.org/stereo_msgs arch = any @@ -14,8 +14,8 @@ pkgbase = ros-noetic-stereo-msgs depends = ros-noetic-message-runtime depends = ros-noetic-sensor-msgs depends = ros-noetic-std-msgs - source = ros-noetic-stereo-msgs-1.13.0.tar.gz::https://github.com/ros/common_msgs/archive/1.13.0.tar.gz - sha256sums = 8f3acd0094612172fd922a63788e8ef88e08cc1d50fcbcf2c466dfa8bb9db7e4 + source = ros-noetic-stereo-msgs-1.13.1.tar.gz::https://github.com/ros/common_msgs/archive/1.13.1.tar.gz + sha256sums = 74af8cc88bdc9c23cbc270d322e50562857e2c877359423f389d51c0735ee230 pkgname = ros-noetic-stereo-msgs @@ -4,7 +4,7 @@ pkgdesc="ROS - stereo_msgs contains messages specific to stereo processing, such url='https://wiki.ros.org/stereo_msgs' pkgname='ros-noetic-stereo-msgs' -pkgver='1.13.0' +pkgver='1.13.1' arch=('any') pkgrel=1 license=('BSD') @@ -23,7 +23,7 @@ depends=(${ros_depends[@]}) _dir="common_msgs-${pkgver}/stereo_msgs" source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/common_msgs/archive/${pkgver}.tar.gz") -sha256sums=('8f3acd0094612172fd922a63788e8ef88e08cc1d50fcbcf2c466dfa8bb9db7e4') +sha256sums=('74af8cc88bdc9c23cbc270d322e50562857e2c877359423f389d51c0735ee230') build() { # Use ROS environment variables |