summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-29 18:02:13 +0900
committerBenjamin Chrétien2015-08-29 18:02:13 +0900
commit851c79a08681a31484a3ce4ccd5b561638fd5753 (patch)
tree0f93f314e76c908e580c0fc01cba6940ac248bbc
parentfb12a3cec58991399872ff23a68df2f9489e3932 (diff)
downloadaur-851c79a08681a31484a3ce4ccd5b561638fd5753.tar.gz
Set arch = any
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32cd00b62ad5..9daa15d4aae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = ros-build-tools
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/bchretien/arch-ros-stacks
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
optdepends = python2
source = fix-python-scripts.sh
diff --git a/PKGBUILD b/PKGBUILD
index 28d915f56e98..57d6a47c60d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/bchretien/arch-ros-stacks"
pkgname='ros-build-tools'
pkgver='0.2.0'
-arch=('i686' 'x86_64')
+arch=('any')
pkgrel=1
license=('BSD')
makedepends=()