summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-12 23:00:40 +0100
committerbionade242020-12-12 23:00:40 +0100
commit9722c0ec2b672080e48e305c8b24f52a11ca3adb (patch)
treedd7a5d07530b488a8531125a5d8802fce211669f /PKGBUILD
parenta5770fe7f5ae478a8f24ae191bc96b277b001850 (diff)
downloadaur-9722c0ec2b672080e48e305c8b24f52a11ca3adb.tar.gz
Fix name of rosboost-cfg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b158ba190694..5b3010c18c2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,10 @@
-# Script generated with import_catkin_packages.py.
-# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - ROS packaging system."
url='https://www.wiki.ros.org/ROS'
pkgname='ros-melodic-ros'
pkgver='1.14.9'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -21,7 +19,7 @@ makedepends=(
ros_depends=(
ros-melodic-rosmake
- ros-melodic-rosboost1.69-cfg
+ ros-melodic-rosboost-cfg
ros-melodic-rosbuild
ros-melodic-rosclean
ros-melodic-rosbash
@@ -60,7 +58,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DBOOST_ROOT=/opt/boost1.69
+ -DBOOST_ROOT=/opt/boost1.69
make
}