summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 20:02:56 +0100
committerbionade242020-02-15 20:02:56 +0100
commit7c77f383c10779ebd976bdddea1fc25b012b915e (patch)
tree30d26d23ad9aae12f82b434ccf0e99933f899ef9
parent5bf3b1f71796a3369eb73694947706e5f510e278 (diff)
downloadaur-7c77f383c10779ebd976bdddea1fc25b012b915e.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 02745e0e7624..e58f913e931a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-tuw-vehicle-msgs
pkgdesc = ROS - The tuw_vehicle_msgs package.
pkgver = 0.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tuw-robotics/tuw_msgs
- 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 0f7172b7eac4..870755a31da1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://github.com/tuw-robotics/tuw_msgs'
pkgname='ros-melodic-tuw-vehicle-msgs'
pkgver='0.0.13'
_pkgver_patch=0
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-melodic-std-msgs
@@ -55,9 +55,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
- -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
- -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}