diff options
author | bionade24 | 2020-02-15 20:03:04 +0100 |
---|---|---|
committer | bionade24 | 2020-02-15 20:03:04 +0100 |
commit | 2409b4789afa8c123eb62fd9c9d302b9069fad31 (patch) | |
tree | 4897f50d7c3e0e811c6fa085553fda14233952bf /PKGBUILD | |
parent | c97229e1d47e51ccc1bbad0ebdecff27bdaa8a94 (diff) | |
download | aur-2409b4789afa8c123eb62fd9c9d302b9069fad31.tar.gz |
Fixed arch=() array
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,8 +6,8 @@ url='https://wiki.ros.org/unique_id' pkgname='ros-melodic-unique-id' pkgver='1.0.6' _pkgver_patch=0 -arch=('any') -pkgrel=2 +arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h') +pkgrel=3 license=('BSD') ros_makedepends=(ros-melodic-roscpp @@ -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 } |