summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:57:17 +0100
committerbionade242020-02-15 19:57:17 +0100
commit194357d1e380c4a920416727fc1fc12ad28f06e3 (patch)
treeeb2ff5ccf4f31516db384c4cec3068b352bdb0a7
parent48df27af170e2b55b331a1eb05df3eb870536223 (diff)
downloadaur-194357d1e380c4a920416727fc1fc12ad28f06e3.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 c2bddef2072c..7a9cd1387ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-move-slow-and-clear
pkgdesc = ROS - move_slow_and_clear
pkgver = 1.16.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/move_slow_and_clear
- 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 f84befa5aecd..5d74ade59584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ url='https://wiki.ros.org/move_slow_and_clear'
pkgname='ros-melodic-move-slow-and-clear'
pkgver='1.16.3'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -52,9 +52,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
}