summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-01-14 20:06:32 +0100
committerbionade242020-01-14 20:06:32 +0100
commitb32f4088a85aa66b1ed90b3e48299524430d6765 (patch)
tree5b7f717003e21e7d3c5a598edf97ca446cd55ffd
parenta092500ba16b2dea46ec39175934bf3f9d3120f7 (diff)
downloadaur-b32f4088a85aa66b1ed90b3e48299524430d6765.tar.gz
Update source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e353e8e063..9b79fe00dcf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-image-proc
pkgdesc = ROS - Single image rectification and color processing.
- pkgver = 1.12.23
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 0
url = https://wiki.ros.org/image_proc
arch = any
license = BSD
@@ -25,8 +25,8 @@ pkgbase = ros-melodic-image-proc
depends = ros-melodic-sensor-msgs
depends = ros-melodic-nodelet-topic-tools
depends = ros-melodic-image-transport
- source = ros-melodic-image-proc-1.12.23.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.12.23.tar.gz
- sha256sums = 0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357
+ source = ros-melodic-image-proc-1.14.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.14.0.tar.gz
+ sha256sums = dcf1336d43c0c03165b76c9419fb7b5a275d0b091e1890b28daf37a02c1326b3
pkgname = ros-melodic-image-proc
diff --git a/PKGBUILD b/PKGBUILD
index 964c728761ed..8d2ba75ca0e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,10 @@
-# Script generated with import_catkin_packages.py.
-# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - Single image rectification and color processing."
url='https://wiki.ros.org/image_proc'
pkgname='ros-melodic-image-proc'
-pkgver='1.12.23'
-_pkgver_patch=0
+pkgver='1.14.0'
arch=('any')
-pkgrel=2
+pkgrel=0
license=('BSD')
ros_makedepends=(
@@ -46,7 +43,7 @@ depends=(
_dir="image_pipeline-${pkgver}/image_proc"
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.