summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:51:01 +0100
committerbionade242020-02-15 16:51:01 +0100
commiteb79c33611aaad74380fc7254a6e3b77a1f746aa (patch)
tree1a7114725f2ee4fc96ffdc75cfa1b4095571f593
parent0eb89292a4683b6d1142ec91cfeb62d0fad16cd5 (diff)
downloadaur-eb79c33611aaad74380fc7254a6e3b77a1f746aa.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 a6a809c1ae9f..c241c8e04e21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-image-publisher
pkgdesc = ROS - Contains a node publish an image stream from single image file or avi motion file.
pkgver = 1.12.23
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/image_publisher
- 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 49aac00b2d5a..1c3ed8cf7d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://wiki.ros.org/image_publisher'
pkgname='ros-melodic-image-publisher'
pkgver='1.12.23'
_pkgver_patch=0
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -63,9 +63,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
}