summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d375bdfadd58..4bbeb133dd8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-qt-gui
pkgdesc = ROS - qt_gui provides the infrastructure for an integrated graphical user interface based on Qt.
- pkgver = 0.2.26
- pkgrel = 2
+ pkgver = 0.2.27
+ pkgrel = 1
url = http://ros.org/wiki/qt_gui
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = ros-indigo-qt-gui
depends = ros-indigo-python-qt-binding
depends = python2-rospkg
depends = tango-icon-theme
- source = qt_gui::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_gui/0.2.26-0
+ source = qt_gui::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_gui/0.2.27-0
md5sums = SKIP
pkgname = ros-indigo-qt-gui
diff --git a/PKGBUILD b/PKGBUILD
index 80933887614a..a0642388b336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - qt_gui provides the infrastructure for an integrated graphical us
url='http://ros.org/wiki/qt_gui'
pkgname='ros-indigo-qt-gui'
-pkgver='0.2.26'
+pkgver='0.2.27'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -46,6 +46,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
}