summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commit222090c0f7388bde5ae3f13e263629cf0696ba05 (patch)
tree64676f01bf07c56ac8b57f6db9bce4cbd875dea3
parent90013c5cfb3ceb03c6037b4440b81390cab3644b (diff)
downloadaur-222090c0f7388bde5ae3f13e263629cf0696ba05.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 6daa378496ca..993d60ae434a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-qt-dotgraph
pkgdesc = ROS - qt_dotgraph provides helpers to work with dot graphs.
- pkgver = 0.2.26
+ pkgver = 0.2.27
pkgrel = 1
url = http://ros.org/wiki/qt_dotgraph
arch = any
@@ -11,7 +11,7 @@ pkgbase = ros-indigo-qt-dotgraph
makedepends = ros-indigo-catkin
depends = ros-indigo-python-qt-binding
depends = python2-pydot
- source = qt_dotgraph::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_dotgraph/0.2.26-0
+ source = qt_dotgraph::git+https://github.com/ros-gbp/qt_gui_core-release.git#tag=release/indigo/qt_dotgraph/0.2.27-0
md5sums = SKIP
pkgname = ros-indigo-qt-dotgraph
diff --git a/PKGBUILD b/PKGBUILD
index 7080ab4ad815..517fb7dabcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - qt_dotgraph provides helpers to work with dot graphs."
url='http://ros.org/wiki/qt_dotgraph'
pkgname='ros-indigo-qt-dotgraph'
-pkgver='0.2.26'
+pkgver='0.2.27'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -43,6 +43,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
}