summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commitf662a78b51501b64103ee02b6e1f1329d3a10b9f (patch)
tree8345f1fa71127dff7eed47a944b2623784591ca8
parent72b96b5a35b26dde88668662e302519437ab56cc (diff)
downloadaur-f662a78b51501b64103ee02b6e1f1329d3a10b9f.tar.gz
indigo: desktop_full update.
Also fix for PySide.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e471c61abb4e..f48b9ad9906e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ros-indigo-roslisp
pkgdesc = ROS - Lisp client library for ROS, the Robot Operating System.
- pkgver = 1.9.15
+ pkgver = 1.9.17
pkgrel = 1
url = http://ros.org/wiki/roslisp
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
makedepends = cmake
makedepends = git
@@ -15,7 +14,7 @@ pkgbase = ros-indigo-roslisp
depends = ros-indigo-rospack
depends = ros-indigo-std-srvs
depends = sbcl
- source = roslisp::git+https://github.com/ros-gbp/roslisp-release.git#tag=release/indigo/roslisp/1.9.15-0
+ source = roslisp::git+https://github.com/ros-gbp/roslisp-release.git#tag=release/indigo/roslisp/1.9.17-0
md5sums = SKIP
pkgname = ros-indigo-roslisp
diff --git a/PKGBUILD b/PKGBUILD
index e6f22c65cd42..716e3b79cb4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgdesc="ROS - Lisp client library for ROS, the Robot Operating System."
url='http://ros.org/wiki/roslisp'
pkgname='ros-indigo-roslisp'
-pkgver='1.9.15'
+pkgver='1.9.17'
_pkgver_patch=0
-arch=('i686' 'x86_64')
+arch=('any')
pkgrel=1
license=('BSD')
@@ -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
}