summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 19:54:21 +0100
committerbionade242020-02-15 19:54:21 +0100
commit67533eaaf24ee931067c9a56ed74ed08991c45ae (patch)
tree3ab7b911d8ac7501f2b386925bf8cfe8bd919d08
parentbc4563a16826392994f1c7f94f2abd2200948752 (diff)
downloadaur-67533eaaf24ee931067c9a56ed74ed08991c45ae.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 0223356f3411..27d9d764ae10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-gazebo-ros
pkgdesc = ROS - Provides ROS plugins that offer message and service publishers for interfacing with Gazebo through ROS.
pkgver = 2.8.5
- pkgrel = 2
+ pkgrel = 3
url = http://gazebosim.org/tutorials?cat=connect_ros
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = Apache 2.0
makedepends = cmake
makedepends = ros-build-tools
diff --git a/PKGBUILD b/PKGBUILD
index 6877380056ad..060f68cfd35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ url='http://gazebosim.org/tutorials?cat=connect_ros'
pkgname='ros-melodic-gazebo-ros'
pkgver='2.8.5'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('Apache 2.0')
ros_makedepends=(ros-melodic-tf
@@ -69,9 +69,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
}