mirror of
https://github.com/archlinux/aur.git
synced 2026-03-01 22:15:10 +01:00
indigo: desktop_full update.
This commit is contained in:
parent
3d4cf0ba9d
commit
ed4aa901d1
2 changed files with 4 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ros-indigo-robot
|
||||
pkgdesc = ROS - A metapackage which extends ros_base and includes ROS libaries for any robot hardware.
|
||||
pkgver = 1.1.3
|
||||
pkgver = 1.1.4
|
||||
pkgrel = 1
|
||||
url = http://www.ros.org/
|
||||
arch = any
|
||||
|
|
@ -18,7 +18,7 @@ pkgbase = ros-indigo-robot
|
|||
depends = ros-indigo-ros-base
|
||||
depends = ros-indigo-robot-state-publisher
|
||||
depends = ros-indigo-executive-smach
|
||||
source = robot::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/robot/1.1.3-0
|
||||
source = robot::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/robot/1.1.4-0
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = ros-indigo-robot
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage which extends ros_base and includes ROS libaries fo
|
|||
url='http://www.ros.org/'
|
||||
|
||||
pkgname='ros-indigo-robot'
|
||||
pkgver='1.1.3'
|
||||
pkgver='1.1.4'
|
||||
_pkgver_patch=0
|
||||
arch=('any')
|
||||
pkgrel=1
|
||||
|
|
@ -50,6 +50,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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue