summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82112f09316..2cb1dbfc386e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = urdfdom
pkgver = 0.3.0
pkgrel = 5
url = https://github.com/ros/urdfdom
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 8334ec31c7d6..12b8260508b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=urdfdom
pkgver=0.3.0
pkgrel=5
pkgdesc="The URDF (U-Robot Description Format) library provides core data structures and a simple XML parsers for populating the class data structures from an URDF file."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/ros/urdfdom"
license=('BSD')
depends=( 'boost' 'tinyxml' 'console-bridge' 'urdfdom-headers')