Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to 1.17.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-image-pipeline
pkgdesc = ROS - image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.
pkgver = 1.16.0
pkgver = 1.17.0
pkgrel = 1
url = https://wiki.ros.org/image_pipeline
arch = i686
Expand All @@ -19,7 +19,7 @@ pkgbase = ros-noetic-image-pipeline
depends = ros-noetic-image-proc
depends = ros-noetic-image-publisher
depends = ros-noetic-camera-calibration
source = ros-noetic-image-pipeline-1.16.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.16.0.tar.gz
sha256sums = 310004d402930a059bb2c4811301e6f8aabc517143d094662de7e047e6e2b429
source = ros-noetic-image-pipeline-1.17.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.17.0.tar.gz
sha256sums = 2439fbd1165b128da9d7663ebc1a7fee0f97b8f05427a3d2f7a82b782dcbc090

pkgname = ros-noetic-image-pipeline
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgdesc="ROS - image_pipeline fills the gap between getting raw images from a ca
url='https://wiki.ros.org/image_pipeline'

pkgname='ros-noetic-image-pipeline'
pkgver='1.16.0'
pkgver='1.17.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
Expand Down Expand Up @@ -33,7 +33,7 @@ depends=(

_dir="image_pipeline-${pkgver}/image_pipeline"
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.
Expand Down