summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-02-15 16:50:54 +0100
committerbionade242020-02-15 16:50:54 +0100
commit75f48fb1442be4044a452aff069ed855aaf359e0 (patch)
tree2ea359b0a3eef6c4a3e566a6f6cfb5806e649f66 /PKGBUILD
parent5cb844c43c8290cd1d39a14b6e658fa057f02cf1 (diff)
downloadaur-75f48fb1442be4044a452aff069ed855aaf359e0.tar.gz
Fixed arch=() array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cca047a03c89..a7b29559bed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ url='https://wiki.ros.org/image_proc'
pkgname='ros-melodic-image-proc'
pkgver='1.14.0'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -64,9 +64,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
}