summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-02-15 20:03:13 +0100
committerbionade242020-02-15 20:03:13 +0100
commit832f33ff1a507b3a2697af643ea704872fce33e6 (patch)
treee774fccd096c9e2281d06a876ce42a6a2fe947a6 /PKGBUILD
parent15fce71ddc0059250fb94b48c76cd660a5bd4706 (diff)
downloadaur-832f33ff1a507b3a2697af643ea704872fce33e6.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 bae3d59016b8..57e62e89a471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://wiki.ros.org/urdf_geometry_parser'
pkgname='ros-melodic-urdf-geometry-parser'
pkgver='0.0.3'
_pkgver_patch=0
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-melodic-tf2
@@ -51,9 +51,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
- -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
- -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}