summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-12-11 13:30:00 -0500
committerAdam Goldsmith2015-12-11 13:30:00 -0500
commit64c6e7363aa5cb73fa18f8db164f328b686eb25f (patch)
tree98800433951412bb6e169bd924a3744f10e7a9b5
parent948bcc0728b2ce76f12668c8db6c45b090acf00f (diff)
downloadaur-64c6e7363aa5cb73fa18f8db164f328b686eb25f.tar.gz
Change arch to "any"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cc42397371a..ab9455dc59a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = cura-git
pkgver = 15.06.03.841.gfa7a434
pkgrel = 1
url = https://github.com/daid/Cura
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 2bb3d5affed2..def580806f11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cura-git
pkgver=15.06.03.841.gfa7a434
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
-arch=('i686' 'x86_64')
+arch=('any')
license=('GPL3')
url="https://github.com/daid/Cura"
provides=('cura')