summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:54:02 +0100
committerbionade242020-02-15 19:54:02 +0100
commit52e83265d51767a6b14e03cd90c9500375b03428 (patch)
tree1b34a8f3fecd248106a21ca4358c157564af8879
parent8e40f2f3df3a0e2204c50a2e59aa5c35e7dbc20e (diff)
downloadaur-52e83265d51767a6b14e03cd90c9500375b03428.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 30d482f92012..87aad8db4033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-fake-localization
pkgdesc = ROS - A ROS node that simply forwards odometry information.
pkgver = 1.16.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/fake_localization
- 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 c85f3671beba..f53313e30612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ url='https://wiki.ros.org/fake_localization'
pkgname='ros-melodic-fake-localization'
pkgver='1.16.3'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -62,9 +62,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
}