summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2319fc177950..5141fb41d5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ url='http://ros.org/wiki/rviz'
pkgname='ros-indigo-rviz'
pkgver='1.11.3'
-_pkgver_patch=0
+_pkgver_patch=1
arch=('any')
-pkgrel=4
+pkgrel=5
license=('BSD, Creative Commons')
ros_makedepends=(ros-indigo-geometry-msgs
@@ -79,11 +79,6 @@ _dir=rviz
source=("${_dir}"::"git+https://github.com/ros-gbp/rviz-release.git"#tag=${_tag})
md5sums=('SKIP')
-# Fix PySide bug
-_cmake_options=(
- -DPYTHON_BASENAME=-python2.7
-)
-
build() {
# Use ROS environment variables
source /usr/share/ros-build-tools/clear-ros-env.sh