diff options
author | bionade24 | 2020-02-15 16:55:23 +0100 |
---|---|---|
committer | bionade24 | 2020-02-15 16:55:23 +0100 |
commit | 8b91d9580ae29362c95055d42e4e52d9961f1fe8 (patch) | |
tree | 8c176b957794f65cd23901e71a88a250c3282eb3 /PKGBUILD | |
parent | eca96859ff25684febaa635e8e6587ec9c07e397 (diff) | |
download | aur-8b91d9580ae29362c95055d42e4e52d9961f1fe8.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://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 } |