summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 20:00:07 +0100
committerbionade242020-02-15 20:00:07 +0100
commit9bf64a1239c8eb98a8a339434ab0b0de44fad3de (patch)
treed0dd152f85e5afa7c5edb11e28fad839f336f77a
parent327b23203f8a20961060209c6361eb0e2481afc7 (diff)
downloadaur-9bf64a1239c8eb98a8a339434ab0b0de44fad3de.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 e6b0d6202752..73e74faa9689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-rotate-recovery
pkgdesc = ROS - This package provides a recovery behavior for the navigation stack that attempts to clear space by performing a 360 degree rotation of the robot.
pkgver = 1.16.2
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/rotate_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 9ce171df5ad3..7b55debeb3c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ url='https://wiki.ros.org/rotate_recovery'
pkgname='ros-melodic-rotate-recovery'
pkgver='1.16.2'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-melodic-nav-core
@@ -57,9 +57,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
}