summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commitdd42a5d418a22e4c5b7b55cf568a490e9c424c50 (patch)
tree9106f7ac634c2aa82bdc3458b65544307d063938
parent847dc1681f1b42fc7c60ecd447515eea732cdae6 (diff)
downloadaur-ros-indigo-desktop-full.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 f72e2f41bfbc..75964ea0a840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-desktop-full
pkgdesc = ROS - A metapackage to aggregate several packages.
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = http://www.ros.org/
arch = any
@@ -12,7 +12,7 @@ pkgbase = ros-indigo-desktop-full
depends = ros-indigo-perception
depends = ros-indigo-simulators
depends = ros-indigo-desktop
- source = desktop_full::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/desktop_full/1.1.3-0
+ source = desktop_full::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/desktop_full/1.1.4-0
md5sums = SKIP
pkgname = ros-indigo-desktop-full
diff --git a/PKGBUILD b/PKGBUILD
index e7eb83f99cc3..3cfdd86d0f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage to aggregate several packages."
url='http://www.ros.org/'
pkgname='ros-indigo-desktop-full'
-pkgver='1.1.3'
+pkgver='1.1.4'
_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
}