summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:55:11 +0100
committerbionade242020-02-15 19:55:11 +0100
commitd3e16726dea089e1151501234a89830ba3445362 (patch)
tree6aea3312255c85eae0adf0a7d1156a1385bae7f3
parent6892e10589cfbfc3d62f654c3d72430e9874557d (diff)
downloadaur-d3e16726dea089e1151501234a89830ba3445362.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 a517be623ef9..a5138edb2c90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-image-view
pkgdesc = ROS - A simple viewer for ROS image topics.
pkgver = 1.13.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/image_view
- 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 950d9f1ed68a..5cbdddeac3ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ url='https://wiki.ros.org/image_view'
pkgname='ros-melodic-image-view'
pkgver='1.13.0'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -78,9 +78,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
}