summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-09-04 16:03:14 +0200
committerFelix Exner2020-09-04 16:23:45 +0200
commitd7ef98195a4bab5d2230211683a8b4d514eba991 (patch)
treeec3cc5245af327e027666292cfa83e4af80760f9
parent2ebf021c0c07d19d94d5cf578a568e5e62c059f5 (diff)
downloadaur-d7ef98195a4bab5d2230211683a8b4d514eba991.tar.gz
Update package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd5892f56062..8c89c61ff090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-image-publisher
pkgdesc = ROS - Contains a node publish an image stream from single image file or avi motion file.
- pkgver = 1.14.0
- pkgrel = 3
+ pkgver = 1.15.0
+ pkgrel = 1
url = https://wiki.ros.org/image_publisher
arch = i686
arch = x86_64
@@ -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.14.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.14.0.tar.gz
- sha256sums = dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3
+ source = ros-melodic-image-publisher-1.15.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/melodic-1.15.0.tar.gz
+ sha256sums = 453ab2347197614806c92bc8c6fd8c8cf9c04cfab4ad6b4ac47063a24835ce5b
pkgname = ros-melodic-image-publisher
diff --git a/PKGBUILD b/PKGBUILD
index 099e496d4a75..4f6928eca61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ 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.14.0'
+pkgver='1.15.0'
_pkgver_patch=0
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -41,9 +41,9 @@ depends=(
${ros_depends[@]}
)
-_dir="image_pipeline-${pkgver}/image_publisher"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/${pkgver}.tar.gz")
-sha256sums=('dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3')
+_dir="image_pipeline-melodic-${pkgver}/image_publisher"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/melodic-${pkgver}.tar.gz")
+sha256sums=('453ab2347197614806c92bc8c6fd8c8cf9c04cfab4ad6b4ac47063a24835ce5b')
build() {
# Use ROS environment variables.