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.11.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-nodelet-topic-tools
pkgdesc = ROS - This package contains common nodelet tools such as a mux, demux and throttle.
pkgver = 1.10.2
pkgver = 1.11.0
pkgrel = 1
url = https://wiki.ros.org/nodelet_topic_tools
arch = i686
Expand All @@ -20,7 +20,7 @@ pkgbase = ros-noetic-nodelet-topic-tools
depends = ros-noetic-message-filters
depends = ros-noetic-pluginlib
depends = boost
source = ros-noetic-nodelet-topic-tools-1.10.2.tar.gz::https://github.com/ros/nodelet_core/archive/1.10.2.tar.gz
sha256sums = 9b49a06721ca23c76965937f1a5673cdb6250384d9bd89c1b0fdef5ecd2b83b2
source = ros-noetic-nodelet-topic-tools-1.11.0.tar.gz::https://github.com/ros/nodelet_core/archive/1.11.0.tar.gz
sha256sums = c5f4f17a2165f7201964c985019d41e7c4664307f6bc6ec70a48c97d4a6166f9

pkgname = ros-noetic-nodelet-topic-tools
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdesc="ROS - This package contains common nodelet tools such as a mux, demux a
url='https://wiki.ros.org/nodelet_topic_tools'

pkgname='ros-noetic-nodelet-topic-tools'
pkgver='1.10.2'
pkgver='1.11.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
Expand Down Expand Up @@ -36,7 +36,7 @@ depends=(

_dir="nodelet_core-${pkgver}/nodelet_topic_tools"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/nodelet_core/archive/${pkgver}.tar.gz")
sha256sums=('9b49a06721ca23c76965937f1a5673cdb6250384d9bd89c1b0fdef5ecd2b83b2')
sha256sums=('c5f4f17a2165f7201964c985019d41e7c4664307f6bc6ec70a48c97d4a6166f9')

build() {
# Use ROS environment variables.
Expand Down