summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2016-04-21 05:50:46 +0200
committerSwift Geek2016-04-21 05:50:46 +0200
commitfc58c39774b2f71cd93f5e458a1faabea3b2245b (patch)
tree1940659f1c5eff2528a96f49e0cc030b7abcca45
parentcaf52883deb4b1e1efe8abb397d93f07e363e7a3 (diff)
downloadaur-fc58c39774b2f71cd93f5e458a1faabea3b2245b.tar.gz
Add ARM to supported architectures
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c2e72df743..0250a6c2dbcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 00:50:37 UTC 2016
+# Thu Apr 21 03:49:53 UTC 2016
pkgbase = slic3r-git
pkgdesc = Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge.
pkgver = a
@@ -7,6 +7,9 @@ pkgbase = slic3r-git
url = http://slic3r.org/
arch = i686
arch = x86_64
+ arch = armv6
+ arch = armv6h
+ arch = armv7h
license = GPL
makedepends = git
makedepends = perl-module-build-withxspp
diff --git a/PKGBUILD b/PKGBUILD
index b859769c65a0..da9672f4c971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=slic3r-git
pkgver=a
pkgrel=15
pkgdesc="Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6' 'armv6h' 'armv7h')
url="http://slic3r.org/"
license=('GPL')
depends=('perl'