summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:53:35 +0100
committerbionade242020-02-15 19:53:35 +0100
commit3743645074d5265bfbbc6e9749b5292439e25c37 (patch)
tree75d9b859e87dd1f1c3da292d03af3edc3337216b
parent53b7fc4e2e8a1cda4cc0c25a536268dad7d21200 (diff)
downloadaur-3743645074d5265bfbbc6e9749b5292439e25c37.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 01d791dec6bd..31dedf81938f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-depthimage-to-laserscan
pkgdesc = ROS - depthimage_to_laserscan
pkgver = 1.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/depthimage_to_laserscan
- 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 d80ae1aa7f01..f3fa72045d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ url='https://wiki.ros.org/depthimage_to_laserscan'
pkgname='ros-melodic-depthimage-to-laserscan'
pkgver='1.0.8'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -60,9 +60,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
}