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
40cf5748cd
commit
6579b90931
2 changed files with 4 additions and 5 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ros-indigo-ros-core
|
||||
pkgdesc = ROS - A metapackage to aggregate the packages required to use publish / subscribe, services, launch files, and other core ROS concepts.
|
||||
pkgver = 1.1.3
|
||||
pkgver = 1.1.4
|
||||
pkgrel = 1
|
||||
url = http://www.ros.org/
|
||||
arch = any
|
||||
|
|
@ -27,9 +27,8 @@ pkgbase = ros-indigo-ros-core
|
|||
depends = ros-indigo-rosgraph-msgs
|
||||
depends = ros-indigo-common-msgs
|
||||
depends = ros-indigo-rospack
|
||||
depends = ros-indigo-ros-tutorials
|
||||
depends = ros-indigo-rosbag-migration-rule
|
||||
source = ros_core::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/ros_core/1.1.3-0
|
||||
source = ros_core::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/ros_core/1.1.4-0
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = ros-indigo-ros-core
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage to aggregate the packages required to use publish /
|
|||
url='http://www.ros.org/'
|
||||
|
||||
pkgname='ros-indigo-ros-core'
|
||||
pkgver='1.1.3'
|
||||
pkgver='1.1.4'
|
||||
_pkgver_patch=0
|
||||
arch=('any')
|
||||
pkgrel=1
|
||||
|
|
@ -32,7 +32,6 @@ ros_depends=(ros-indigo-genpy
|
|||
ros-indigo-rosgraph-msgs
|
||||
ros-indigo-common-msgs
|
||||
ros-indigo-rospack
|
||||
ros-indigo-ros-tutorials
|
||||
ros-indigo-rosbag-migration-rule)
|
||||
depends=(${ros_depends[@]})
|
||||
|
||||
|
|
@ -61,6 +60,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