summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:00:26 +0700
committerAchmad Fathoni2021-02-10 10:00:26 +0700
commitdc95c7e94e4275a5528dbe983120c967a872b07f (patch)
treed3acd68910b8fb7cb634eb6b33e9e83367d7f200
parent1d85b69e683c954d8cfcfd256f62eba8c44d681d (diff)
downloadaur-dc95c7e94e4275a5528dbe983120c967a872b07f.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 9c74c07cc294..049e921f5f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-image-pipeline
pkgdesc = ROS - image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.
- pkgver = 1.14.0
+ pkgver = 1.15.3
pkgrel = 1
url = https://wiki.ros.org/image_pipeline
arch = i686
@@ -19,8 +19,8 @@ pkgbase = ros-noetic-image-pipeline
depends = ros-noetic-image-proc
depends = ros-noetic-image-publisher
depends = ros-noetic-camera-calibration
- source = ros-noetic-image-pipeline-1.14.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.14.0.tar.gz
- sha256sums = dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3
+ source = ros-noetic-image-pipeline-1.15.3.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.3.tar.gz
+ sha256sums = 66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b
pkgname = ros-noetic-image-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index e07c357da455..4cc640bff547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgdesc="ROS - image_pipeline fills the gap between getting raw images from a ca
url='https://wiki.ros.org/image_pipeline'
pkgname='ros-noetic-image-pipeline'
-pkgver='1.14.0'
+pkgver='1.15.3'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -33,7 +33,7 @@ depends=(
_dir="image_pipeline-${pkgver}/image_pipeline"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/${pkgver}.tar.gz")
-sha256sums=('dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3')
+sha256sums=('66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b')
build() {
# Use ROS environment variables.