summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-15 16:55:59 +0100
committerbionade242020-02-15 16:55:59 +0100
commita3bf944dfc2e3dff59664d9328d72a2ba300b965 (patch)
tree33e47b4ba1b815724ed29f9590e70fd86a43334a
parent9165e7fc5b33f1e462ee5ceb6411a8444f22e4d7 (diff)
downloadaur-a3bf944dfc2e3dff59664d9328d72a2ba300b965.tar.gz
Fixed arch=() array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1bc0755d507..abd5b35d98ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-realtime-tools
pkgdesc = ROS - Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior.
pkgver = 1.15.0
- pkgrel = 0
+ pkgrel = 1
url = https://wiki.ros.org/realtime_tools
- 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 573440b3304f..5d03a9b8319e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ url='https://wiki.ros.org/realtime_tools'
pkgname='ros-melodic-realtime-tools'
pkgver='1.15.0'
-arch=('any')
-pkgrel=0
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-melodic-roscpp