summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:51:50 +0100
committerbionade242020-02-15 16:51:50 +0100
commit6333c8b3193defc8b4fc8e9b6ffafd7ec64baaa9 (patch)
treea6e1ff0522c22323e8534fb2141ba56de53951c9
parent01cb4885ee9c1e80e25c76e2ceba3e272c61af96 (diff)
downloadaur-6333c8b3193defc8b4fc8e9b6ffafd7ec64baaa9.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 ea3aabfee604..928a87ae1012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-laser-assembler
pkgdesc = ROS - Provides nodes to assemble point clouds from either LaserScan or PointCloud messages.
pkgver = 1.7.6
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/laser_assembler
- 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 6b56746a502c..527389222465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ url='https://wiki.ros.org/laser_assembler'
pkgname='ros-melodic-laser-assembler'
pkgver='1.7.6'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -72,9 +72,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
}