mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:28:42 +01:00
indigo: desktop_full update + Boost/OpenCV updates.
This commit is contained in:
parent
16b96dab39
commit
c718f596d7
2 changed files with 4 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ros-indigo-common-tutorials
|
||||
pkgdesc = ROS - Metapackage that contains common tutorials.
|
||||
pkgver = 0.1.7
|
||||
pkgver = 0.1.8
|
||||
pkgrel = 1
|
||||
url = http://ros.org/wiki/common_tutorials
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = ros-indigo-common-tutorials
|
|||
depends = ros-indigo-nodelet-tutorial-math
|
||||
depends = ros-indigo-pluginlib-tutorials
|
||||
depends = ros-indigo-actionlib-tutorials
|
||||
source = common_tutorials::git+https://github.com/ros-gbp/common_tutorials-release.git#tag=release/indigo/common_tutorials/0.1.7-0
|
||||
source = common_tutorials::git+https://github.com/ros-gbp/common_tutorials-release.git#tag=release/indigo/common_tutorials/0.1.8-0
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = ros-indigo-common-tutorials
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -4,7 +4,7 @@ pkgdesc="ROS - Metapackage that contains common tutorials."
|
|||
url='http://ros.org/wiki/common_tutorials'
|
||||
|
||||
pkgname='ros-indigo-common-tutorials'
|
||||
pkgver='0.1.7'
|
||||
pkgver='0.1.8'
|
||||
_pkgver_patch=0
|
||||
arch=('any')
|
||||
pkgrel=1
|
||||
|
|
@ -45,6 +45,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