summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:53:26 +0100
committerbionade242020-02-15 19:53:26 +0100
commit1c89a36d9bd8481d470c7764f9bc4576f6dd7a6e (patch)
treebb520e642b127bc484ca326ec8636355ef4c6ee0
parentc4414834b8014e386921dbbbde9e789f4afe05f5 (diff)
downloadaur-1c89a36d9bd8481d470c7764f9bc4576f6dd7a6e.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 4c443f724d7c..621cbb422058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-costmap-prohibition-layer
pkgdesc = ROS - Package that implemets a costmap layer to add prohibited areas to the costmap-2D by a user configuration.
pkgver = 0.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/costmap_prohibition_layer
- 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 362fd68618e3..19cba6739f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://wiki.ros.org/costmap_prohibition_layer'
pkgname='ros-melodic-costmap-prohibition-layer'
pkgver='0.0.5'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -55,9 +55,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=.cpython-37m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}