summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef515d45c821..e2d020ce46f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rosnode
pkgdesc = ROS - rosnode is a command-line tool for displaying debug information about ROS Nodes, including publications, subscriptions and connections.
- pkgver = 1.11.9
+ pkgver = 1.11.10
pkgrel = 1
url = http://ros.org/wiki/rosnode
arch = any
@@ -12,7 +12,7 @@ pkgbase = ros-indigo-rosnode
makedepends = ros-indigo-catkin
depends = ros-indigo-rostopic
depends = ros-indigo-rosgraph
- source = rosnode::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosnode/1.11.9-0
+ source = rosnode::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosnode/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-rosnode
diff --git a/PKGBUILD b/PKGBUILD
index a1c6d0bdb5de..3cc2b017b93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosnode is a command-line tool for displaying debug information a
url='http://ros.org/wiki/rosnode'
pkgname='ros-indigo-rosnode'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -44,6 +44,7 @@ build() {
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+ -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}