summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:51:16 +0100
committerbionade242020-02-15 16:51:16 +0100
commit9fd55dd3c76342e8640c82ef015d6fc1b919660c (patch)
treeb0112b7f94ab0fac8315c36dbc33398eb9a315be
parent6b990acd2c145a2be809af8691c5d926c635eabf (diff)
downloadaur-9fd55dd3c76342e8640c82ef015d6fc1b919660c.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 d48178def7bd..3e1fd11e8874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-image-transport
pkgdesc = ROS - image_transport should always be used to subscribe to and publish images.
pkgver = 1.11.13
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/image_transport
- 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 b712c4b015b7..ad62bc11b117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://wiki.ros.org/image_transport'
pkgname='ros-melodic-image-transport'
pkgver='1.11.13'
_pkgver_patch=0
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -61,9 +61,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
}