summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit6d73b3f671c60514263ac6a09db7800a250125fc (patch)
tree4e13110d8b85e1ac04582a77effb1b2bf070b090
parent2095b8981be7951d24628aba87474aba9963683a (diff)
downloadaur-6d73b3f671c60514263ac6a09db7800a250125fc.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb7fd1c3c57..3a417b21519b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rostest
pkgdesc = ROS - Integration test suite based on roslaunch that is compatible with xUnit frameworks.
- pkgver = 1.11.9
+ pkgver = 1.11.10
pkgrel = 1
url = http://ros.org/wiki/rostest
arch = any
@@ -16,7 +16,7 @@ pkgbase = ros-indigo-rostest
depends = ros-indigo-rosunit
depends = ros-indigo-rospy
depends = boost
- source = rostest::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rostest/1.11.9-0
+ source = rostest::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rostest/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-rostest
diff --git a/PKGBUILD b/PKGBUILD
index 56fd94ab5989..ee81316983ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Integration test suite based on roslaunch that is compatible with
url='http://ros.org/wiki/rostest'
pkgname='ros-indigo-rostest'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -48,6 +48,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
}