summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:49:51 +0100
committerbionade242020-02-15 16:49:51 +0100
commit18a48b111a531e0f660ea52de98d983a32937939 (patch)
tree80354adbfaf10d30338cbcdfeb807ed86f8a72f0
parent94bd2d4cfa14c57904371e4e8565df66ad5a5fc2 (diff)
downloadaur-18a48b111a531e0f660ea52de98d983a32937939.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 f4e0a8d2985c..9687f0d49085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-dynamic-reconfigure
pkgdesc = ROS - This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/dynamic_reconfigure
- 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 704e25357563..022b8ff53668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ url='https://wiki.ros.org/dynamic_reconfigure'
pkgname='ros-melodic-dynamic-reconfigure'
pkgver='1.6.0'
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -62,9 +62,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
}