summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:57:08 +0100
committerbionade242020-02-15 19:57:08 +0100
commit7b5ce830c1ca13e6e0c7f1513d97deaf3794846e (patch)
treee5cbfaad9a037a70415fcc71fc7c479827ad5a97
parent6a3d4b0f7c87b6d3416a26713ed562bd3dca454b (diff)
downloadaur-7b5ce830c1ca13e6e0c7f1513d97deaf3794846e.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 22c0b6eb31a7..bfca92252cd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-moveit-setup-assistant
pkgdesc = ROS - Generates a configuration package that makes it easy to use MoveIt!.
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://moveit.ros.org
- 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 77b7222c8cf9..7268c0626731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ url='https://moveit.ros.org'
pkgname='ros-melodic-moveit-setup-assistant'
pkgver='1.0.2'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-melodic-srdfdom
@@ -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=-python3.7m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}