summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ab1efcd85bc..8e6e2711173b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-genlisp
pkgdesc = ROS - Common-Lisp ROS message and service generators.
- pkgver = 0.4.14
+ pkgver = 0.4.15
pkgrel = 1
url = http://www.ros.org/wiki/roslisp
arch = any
@@ -11,7 +11,7 @@ pkgbase = ros-indigo-genlisp
makedepends = ros-indigo-genmsg
makedepends = ros-indigo-catkin
depends = ros-indigo-genmsg
- source = genlisp::git+https://github.com/ros-gbp/genlisp-release.git#tag=release/indigo/genlisp/0.4.14-0
+ source = genlisp::git+https://github.com/ros-gbp/genlisp-release.git#tag=release/indigo/genlisp/0.4.15-0
md5sums = SKIP
pkgname = ros-indigo-genlisp
diff --git a/PKGBUILD b/PKGBUILD
index 8d24ce6e42d8..c65457d12ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Common-Lisp ROS message and service generators."
url='http://www.ros.org/wiki/roslisp'
pkgname='ros-indigo-genlisp'
-pkgver='0.4.14'
+pkgver='0.4.15'
_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
}