summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d84907a47c..43005861f3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-camera-calibration
pkgdesc = ROS - camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target.
- pkgver = 1.12.23
- pkgrel = 2
+ pkgver = 1.13.0
+ pkgrel = 1
url = https://wiki.ros.org/camera_calibration
arch = any
license = BSD
@@ -14,8 +14,8 @@ pkgbase = ros-melodic-camera-calibration
depends = ros-melodic-message-filters
depends = ros-melodic-sensor-msgs
depends = ros-melodic-rospy
- source = ros-melodic-camera-calibration-1.12.23.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.12.23.tar.gz
- sha256sums = 0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357
+ source = ros-melodic-camera-calibration-1.13.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.13.0.tar.gz
+ sha256sums = 3c2309d421acf354ca69a7c814ceec7c8b24732c31a7f1c47a055aedd95cb1c4
pkgname = ros-melodic-camera-calibration
diff --git a/PKGBUILD b/PKGBUILD
index fe3bf54f355d..f61e2318cd87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,9 @@ pkgdesc="ROS - camera_calibration allows easy calibration of monocular or stereo
url='https://wiki.ros.org/camera_calibration'
pkgname='ros-melodic-camera-calibration'
-pkgver='1.12.23'
-_pkgver_patch=0
+pkgver='1.13.0'
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -35,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=('0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357')
+sha256sums=('3c2309d421acf354ca69a7c814ceec7c8b24732c31a7f1c47a055aedd95cb1c4')
build() {
# Use ROS environment variables.