summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhirui Dai2023-10-06 12:37:43 -0700
committerAkash Patel2023-12-14 23:27:42 -0600
commit57eb19c0f051bbef20e3f9a72c3da97c6c30ffd3 (patch)
treec14203218e04c7426c49e15c8de4cdc59df403e0
parentef4d13ca2fa1923323cb0caa9d53f44ff457016a (diff)
downloadaur-57eb19c0f051bbef20e3f9a72c3da97c6c30ffd3.tar.gz
upgrade to 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b847f05f297c..cb97792285bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-depth-image-proc
pkgdesc = ROS - Contains nodelets for processing depth images such as those produced by OpenNI camera.
- pkgver = 1.16.0
+ pkgver = 1.17.0
pkgrel = 1
url = https://wiki.ros.org/depth_image_proc
arch = i686
@@ -32,7 +32,7 @@ pkgbase = ros-noetic-depth-image-proc
depends = ros-noetic-tf2
depends = ros-noetic-image-transport
depends = boost
- source = ros-noetic-depth-image-proc-1.16.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.16.0.tar.gz
- sha256sums = 310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429
+ source = ros-noetic-depth-image-proc-1.17.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.17.0.tar.gz
+ sha256sums = 2439fbd1165b128da9d7663ebc1a7fee0f97b8f05427a3d2f7a82b782dcbc090
pkgname = ros-noetic-depth-image-proc
diff --git a/PKGBUILD b/PKGBUILD
index d89edfcc5e01..dad43c867fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Contains nodelets for processing depth images such as those produ
url='https://wiki.ros.org/depth_image_proc'
pkgname='ros-noetic-depth-image-proc'
-pkgver='1.16.0'
+pkgver='1.17.0'
_pkgver_patch=0
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
@@ -49,7 +49,7 @@ depends=(
_dir="image_pipeline-${pkgver}/depth_image_proc"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/${pkgver}.tar.gz")
-sha256sums=('310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429')
+sha256sums=('2439fbd1165b128da9d7663ebc1a7fee0f97b8f05427a3d2f7a82b782dcbc090')
build() {
# Use ROS environment variables.