summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 09:14:42 +0700
committerAchmad Fathoni2021-02-10 09:14:42 +0700
commitb672b8e6aed269fb67fc762693877334888eadfe (patch)
treef8d2b539c3ec03114c93e9d791cb41b4225475c0
parent78bf9ac37462e2d7f2b31296bf53e663b26e2232 (diff)
downloadaur-b672b8e6aed269fb67fc762693877334888eadfe.tar.gz
Update to 1.15.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6c26a2e43d..f283389a185a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.2
+ pkgver = 1.15.3
pkgrel = 1
url = https://wiki.ros.org/camera_calibration
arch = any
@@ -14,8 +14,8 @@ 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.2.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.2.tar.gz
- sha256sums = 35427b2d4e1396e0260ea2cf7d770a67104779b65fd03f287082098319c4acf5
+ 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
pkgname = ros-noetic-camera-calibration
diff --git a/PKGBUILD b/PKGBUILD
index 609c0527fb3f..ae2eaac54d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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.2'
+pkgver='1.15.3'
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=('35427b2d4e1396e0260ea2cf7d770a67104779b65fd03f287082098319c4acf5')
+sha256sums=('66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b')
build() {
# Use ROS environment variables.