summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorbionade242020-02-15 17:02:03 +0100
committerbionade242020-02-15 17:02:03 +0100
commitbaa878eea3b19a99441bce32d5a0595369c83e0e (patch)
tree2fa679a0ec08a9e7aa2786f1463a749e53c856a9 /.SRCINFO
parent2e33f1362e8cef45ae2bf62e25310328e9ea4668 (diff)
downloadaur-baa878eea3b19a99441bce32d5a0595369c83e0e.tar.gz
Fixed arch=() array
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf977035e10f..c7c596d5d42b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = ros-melodic-urdf
pkgdesc = ROS - This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model.
pkgver = 1.13.1
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/urdf
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = BSD
makedepends = cmake
makedepends = ros-build-tools