summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-12-25 13:44:28 +0700
committerAchmad Fathoni2021-12-25 13:44:28 +0700
commit6f3f09c19c24d99bc5869c3fc0cf7f9e66b66a2c (patch)
tree07c30ac0664b9151607a86f855c7a942c2335be5
parent687b6ef717180b509077ceafd784ec79c3276729 (diff)
downloadaur-6f3f09c19c24d99bc5869c3fc0cf7f9e66b66a2c.tar.gz
Update package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce661fa336d4..dcaf455f87be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-image-proc
pkgdesc = ROS - Single image rectification and color processing.
- pkgver = 1.15.3
- pkgrel = 2
+ pkgver = 1.16.0
+ pkgrel = 1
url = https://wiki.ros.org/image_proc
arch = i686
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = ros-noetic-image-proc
depends = ros-noetic-nodelet-topic-tools
depends = ros-noetic-image-transport
depends = ros-noetic-rostest
- source = ros-noetic-image-proc-1.15.3.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.15.3.tar.gz
- sha256sums = 66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b
+ source = ros-noetic-image-proc-1.16.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.16.0.tar.gz
+ sha256sums = 310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429
pkgname = ros-noetic-image-proc
diff --git a/PKGBUILD b/PKGBUILD
index f2ad4578e9fe..70698392e6db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ pkgdesc="ROS - Single image rectification and color processing."
url='https://wiki.ros.org/image_proc'
pkgname='ros-noetic-image-proc'
-pkgver='1.15.3'
+pkgver='1.16.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -44,7 +44,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=('66ad6365b6f5c29a38ccde889381f50709ff273a1725e813843655f198d4b48b')
+sha256sums=('310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429')
build() {
# Use ROS environment variables.