summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 20:02:06 +0100
committerbionade242020-02-15 20:02:06 +0100
commitefe2fd94e2cd893c78e5b33974ee1cf14d6ef600 (patch)
tree27df467227e5e2467ec5913c0a67efa34e8a1fd9
parent4219f59537c4193a23cde1ec7ed2e7c089764a53 (diff)
downloadaur-efe2fd94e2cd893c78e5b33974ee1cf14d6ef600.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 f4df6f4b2a51..2fc20e4b20f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-tracetools
pkgdesc = ROS - Wrapper interface for tracing libraries.
pkgver = 0.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bosch-robotics-cr/tracetools
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = APLv2
makedepends = cmake
makedepends = ros-build-tools
diff --git a/PKGBUILD b/PKGBUILD
index aab536221109..23adc4515f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ url='https://github.com/bosch-robotics-cr/tracetools'
pkgname='ros-melodic-tracetools'
pkgver='0.2.1'
-arch=('any')
-pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=3
license=('APLv2')
ros_makedepends=(ros-melodic-catkin)
@@ -40,9 +40,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python \
- -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
- -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
- -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}