summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 17:01:38 +0100
committerbionade242020-02-15 17:01:38 +0100
commitd4f17e9a0317bff6d7eb1e3506b41debfc7628c1 (patch)
treea5befc2363c52bbb4735ae3badfbf5510e83f2f2
parent7300d7ffde7050b96f477d9c4a9a61b4f0a5982b (diff)
downloadaur-d4f17e9a0317bff6d7eb1e3506b41debfc7628c1.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 71be833c55e3..614854be06e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-turtlesim
pkgdesc = ROS - turtlesim is a tool made for teaching ROS and ROS packages.
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.wiki.ros.org/turtlesim
- 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 fddd128ea9ca..94ea863269eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ url='https://www.wiki.ros.org/turtlesim'
pkgname='ros-melodic-turtlesim'
pkgver='0.9.1'
_pkgver_patch=0
-arch=('any')
-pkgrel=1
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -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
}