summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 20:01:25 +0100
committerbionade242020-02-15 20:01:25 +0100
commit93ec0826457e36c2c7655dd300b87459f989a6e1 (patch)
tree569de41a169a67b678cd07cf152fec7f2ca82d67
parent6416bfc05d44385af93707ccc8f6adf95af00a4f (diff)
downloadaur-93ec0826457e36c2c7655dd300b87459f989a6e1.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 f14ca3270e4e..0feaa82d46f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-summit-xl-pad
pkgdesc = ROS -The summit_xl_pad package allows to control the summit_xl product range (summit_xl, summit_xl_omni, x_wam) teleoperation
pkgver = 1.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/summit_xl_pad
- 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 4f66e1327f23..8f9b1dc9d6fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://wiki.ros.org/summit_xl_pad'
pkgname='ros-melodic-summit-xl-pad'
pkgver='1.1.3'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
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
}