summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 17:02:52 +0100
committerbionade242020-02-15 17:02:52 +0100
commit15f06ffd2fb474148cdd5e19a0b07c8a4f8abb61 (patch)
tree8535a705c8357f4ae810a8f32554b09b7cf6bdbb
parent353d588e3b540378460c993f95b2db14840502c3 (diff)
downloadaur-15f06ffd2fb474148cdd5e19a0b07c8a4f8abb61.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 a1a36f8df3ec..4030d53aac90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-yocs-velocity-smoother
pkgdesc = ROS - Bound incoming velocity messages according to robot velocity and acceleration limits.
pkgver = 0.8.2
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/yocs_velocity_smoother
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = BSD
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2c8a7d5de3c5..7dd808f13a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ url='https://wiki.ros.org/yocs_velocity_smoother'
pkgname='ros-melodic-yocs-velocity-smoother'
pkgver='0.8.2'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-melodic-roscpp
@@ -50,9 +50,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=-python3.7m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}