summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-02-15 16:55:23 +0100
committerbionade242020-02-15 16:55:23 +0100
commit8b91d9580ae29362c95055d42e4e52d9961f1fe8 (patch)
tree8c176b957794f65cd23901e71a88a250c3282eb3 /PKGBUILD
parenteca96859ff25684febaa635e8e6587ec9c07e397 (diff)
downloadaur-8b91d9580ae29362c95055d42e4e52d9961f1fe8.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 7d3b1cadc5ff..4d02463ab658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://www.wiki.ros.org/pluginlib/Tutorials'
pkgname='ros-melodic-pluginlib-tutorials'
pkgver='0.1.11'
_pkgver_patch=0
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -53,9 +53,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
}