diff options
author | Achmad Fathoni | 2021-12-25 13:40:37 +0700 |
---|---|---|
committer | Achmad Fathoni | 2021-12-25 13:40:37 +0700 |
commit | 864f4ddefc70a5c260b97933122a5b75ff8e8c96 (patch) | |
tree | 07557afa791ac30cc33704a412ebc4a53005bd15 | |
parent | b672b8e6aed269fb67fc762693877334888eadfe (diff) | |
download | aur-ros-noetic-camera-calibration.tar.gz |
Update package
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = ros-noetic-camera-calibration pkgdesc = ROS - camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. - pkgver = 1.15.3 + pkgver = 1.16.0 pkgrel = 1 url = https://wiki.ros.org/camera_calibration arch = any @@ -14,8 +14,7 @@ pkgbase = ros-noetic-camera-calibration depends = ros-noetic-message-filters depends = ros-noetic-sensor-msgs depends = ros-noetic-rospy - source = ros-noetic-camera-calibration-1.15.3.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.3.tar.gz - sha256sums = 66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b + source = ros-noetic-camera-calibration-1.16.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.16.0.tar.gz + sha256sums = 310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429 pkgname = ros-noetic-camera-calibration - @@ -4,7 +4,7 @@ pkgdesc="ROS - camera_calibration allows easy calibration of monocular or stereo url='https://wiki.ros.org/camera_calibration' pkgname='ros-noetic-camera-calibration' -pkgver='1.15.3' +pkgver='1.16.0' arch=('any') pkgrel=1 license=('BSD') @@ -34,7 +34,7 @@ depends=( _dir="image_pipeline-${pkgver}/camera_calibration" source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/${pkgver}.tar.gz") -sha256sums=('66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b') +sha256sums=('310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429') build() { # Use ROS environment variables. |