summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:02:59 +0700
committerAchmad Fathoni2021-02-10 10:02:59 +0700
commit782504921b2d9b871d26b12fb94f9fed37713fab (patch)
treed94c0f023f4cc719c0d3b9d2e0b2fffa2da08f22
parent625f22a46cf994a588c3570b054f8d5779421022 (diff)
downloadaur-782504921b2d9b871d26b12fb94f9fed37713fab.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 4c8bee45879d..40c128c22198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-image-publisher
pkgdesc = ROS - Contains a node publish an image stream from single image file or avi motion file.
- pkgver = 1.15.2
+ pkgver = 1.15.3
pkgrel = 1
url = https://wiki.ros.org/image_publisher
arch = i686
@@ -26,8 +26,8 @@ pkgbase = ros-noetic-image-publisher
depends = ros-noetic-roscpp
depends = ros-noetic-sensor-msgs
depends = ros-noetic-image-transport
- source = ros-noetic-image-publisher-1.15.2.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.2.tar.gz
- sha256sums = 35427b2d4e1396e0260ea2cf7d770a67104779b65fd03f287082098319c4acf5
+ source = ros-noetic-image-publisher-1.15.3.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.3.tar.gz
+ sha256sums = 66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b
pkgname = ros-noetic-image-publisher
diff --git a/PKGBUILD b/PKGBUILD
index 48b5d4ec0adc..706be2887a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Contains a node publish an image stream from single image file o
url='https://wiki.ros.org/image_publisher'
pkgname='ros-noetic-image-publisher'
-pkgver='1.15.2'
+pkgver='1.15.3'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -42,7 +42,7 @@ depends=(
_dir="image_pipeline-${pkgver}/image_publisher"
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.