summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:48:18 +0100
committerbionade242020-02-15 16:48:18 +0100
commitacf6342b579935f457cf3969c0cda0817797c482 (patch)
tree4ca96e6ee527af9e27399936ea5ae3634bddd302
parent8c7ee76a783d3f9aa37ac6025f19ccfcbeb85889 (diff)
downloadaur-acf6342b579935f457cf3969c0cda0817797c482.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 f6ec3a22799a..ebc6b2de20b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-camera-calibration-parsers
pkgdesc = ROS - camera_calibration_parsers contains routines for reading and writing camera calibration parameters.
pkgver = 1.11.13
- pkgrel = 4
+ pkgrel = 5
url = https://wiki.ros.org/camera_calibration_parsers
- 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 e476fccbc6cb..4ffc27ee0e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ url='https://wiki.ros.org/camera_calibration_parsers'
pkgname='ros-melodic-camera-calibration-parsers'
pkgver='1.11.13'
-arch=('any')
-pkgrel=4
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=5
license=('BSD')
ros_makedepends=(
@@ -67,9 +67,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.8 \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
- -DPYTHON_BASENAME=.cpython-38 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}