summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:54:58 +0100
committerbionade242020-02-15 16:54:58 +0100
commit7e24217ee3973f403d8127809e2e4121ccecef3c (patch)
treec2fb6f032a7fd83d2c32f7aebbf7eb15902473fa
parentdfc234a624eee5fa8d5046c62e35c560b9056662 (diff)
downloadaur-7e24217ee3973f403d8127809e2e4121ccecef3c.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 197f51ccd978..392f9aa074b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-nodelet-tutorial-math
pkgdesc = ROS - Package for Nodelet tutorial.
pkgver = 0.1.11
- pkgrel = 2
+ pkgrel = 3
url = https://www.wiki.ros.org/nodelet_tutorial_math
- 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 03ac8084d1e6..9ea7ead3b14d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://www.wiki.ros.org/nodelet_tutorial_math'
pkgname='ros-melodic-nodelet-tutorial-math'
pkgver='0.1.11'
_pkgver_patch=0
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -55,9 +55,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
}