summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormajor major2020-11-18 02:21:25 +0100
committermajor major2020-11-18 02:21:25 +0100
commitf356c0354f7b790bfdd5f43971ec97015058677c (patch)
tree35977f8294254e0b69f9260262e11163f125453a /PKGBUILD
parentc92aae9f85945a36b20121f8c76928d0714850e0 (diff)
downloadaur-ros-melodic-sbpl-lattice-planner.tar.gz
updated to 3.4, added url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2854a6a93382..05e7f0bc5b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgdesc="ROS - SBPL Lattice Planner provides a path planning algorithm for ROS"
pkgname='ros-melodic-sbpl-lattice-planner'
-pkgver='0.3.2'
+pkgver='0.3.4'
_pkgver_patch=0
arch=('any')
pkgrel=1
+url="https://github.com/ros-planning/navigation_experimental"
license=('BSD')
ros_makedepends=(ros-melodic-catkin)
@@ -46,9 +47,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.8 \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
- -DPYTHON_BASENAME=-python3.8 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}