summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-05-12 11:02:32 +0200
committerbionade242020-05-12 11:02:32 +0200
commit2ebf021c0c07d19d94d5cf578a568e5e62c059f5 (patch)
tree63972c3ca1cb179083a94aa5a31cb4fff00b75e5
parenteb79c33611aaad74380fc7254a6e3b77a1f746aa (diff)
downloadaur-2ebf021c0c07d19d94d5cf578a568e5e62c059f5.tar.gz
Updated package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c241c8e04e21..cd5892f56062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-image-publisher
pkgdesc = ROS - Contains a node publish an image stream from single image file or avi motion file.
- pkgver = 1.12.23
+ pkgver = 1.14.0
pkgrel = 3
url = https://wiki.ros.org/image_publisher
arch = i686
@@ -26,8 +26,8 @@ pkgbase = ros-melodic-image-publisher
depends = ros-melodic-roscpp
depends = ros-melodic-sensor-msgs
depends = ros-melodic-image-transport
- source = ros-melodic-image-publisher-1.12.23.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.12.23.tar.gz
- sha256sums = 0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357
+ source = ros-melodic-image-publisher-1.14.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.14.0.tar.gz
+ sha256sums = dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3
pkgname = ros-melodic-image-publisher
diff --git a/PKGBUILD b/PKGBUILD
index 1c3ed8cf7d0f..099e496d4a75 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-melodic-image-publisher'
-pkgver='1.12.23'
+pkgver='1.14.0'
_pkgver_patch=0
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=3
@@ -43,7 +43,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=('0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357')
+sha256sums=('dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3')
build() {
# Use ROS environment variables.