summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:48:43 +0100
committerbionade242020-02-15 16:48:43 +0100
commit49affbf7d46f4974d183ba8b31505497f68b6831 (patch)
tree3b373f8646c46d12c8c25f83667c63d5fd52fd12
parentff7266769ee583478982505d5402e48838438272 (diff)
downloadaur-49affbf7d46f4974d183ba8b31505497f68b6831.tar.gz
Fixed arch=() array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95ad00737980..3453010b0223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-clear-costmap-recovery
pkgdesc = ROS - This package provides a recovery behavior for the navigation stack that attempts to clear space by reverting the costmaps used by the navigation stack to the static map outside of a given area.
pkgver = 1.16.2
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ros.org/clear_costmap_recovery
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = BSD
makedepends = cmake
makedepends = ros-build-tools
diff --git a/PKGBUILD b/PKGBUILD
index 2578a75b2b45..4dfa990eba58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ url='https://wiki.ros.org/clear_costmap_recovery'
pkgname='ros-melodic-clear-costmap-recovery'
pkgver='1.16.2'
-arch=('any')
-pkgrel=3
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=4
license=('BSD')
ros_makedepends=(ros-melodic-catkin
@@ -54,9 +54,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
- -DPYTHON_BASENAME=-python3.7m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}