summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-10-12 00:29:18 -0400
committeracxz2019-10-12 00:29:18 -0400
commite06db4ce13823cf49414f7f93999da89a3413f66 (patch)
treee34dc57dd6f3c1b74ee832e389cc8447dd3dc009 /PKGBUILD
parent24636feba192cfe35a9173ad4256c7aa39b6a39d (diff)
downloadaur-e06db4ce13823cf49414f7f93999da89a3413f66.tar.gz
update to 1.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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.