summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 17:00:41 +0100
committerbionade242020-02-15 17:00:41 +0100
commit868636fa651b0809b4994f812b1a1f65f7f67a30 (patch)
treeaf94ded7605959c6c6600f3c92e5f00a181da8a9
parent2e8a6a6a0e87217d4ea3d087e20fe8f829758371 (diff)
downloadaur-868636fa651b0809b4994f812b1a1f65f7f67a30.tar.gz
Fixed arch=() array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f300436f6b..beef408d0b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-tf2-ros
pkgdesc = ROS - This package contains the ROS bindings for the tf2 library, for both Python and C++.
pkgver = 0.6.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.wiki.ros.org/tf2_ros
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = BSD
makedepends = cmake
makedepends = ros-build-tools
diff --git a/PKGBUILD b/PKGBUILD
index 459516f41cf6..a03a66b8aee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://www.wiki.ros.org/tf2_ros'
pkgname='ros-melodic-tf2-ros'
pkgver='0.6.5'
_pkgver_patch=0
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -73,9 +73,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
}