summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpzl2016-07-05 08:00:05 -0400
committerpzl2016-07-05 08:00:05 -0400
commit673366d01e07692b3e679092b3dcc50b4c2c034b (patch)
tree8230a623d73956b7ac307a1e09cb7153726c1891
parent280ba23c339334d54663439bfe642f8b153ad587 (diff)
downloadaur-673366d01e07692b3e679092b3dcc50b4c2c034b.tar.gz
add ARM achitectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969c2d02e54d..9388feb84ec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jul 5 12:00:00 UTC 2016
pkgbase = printrun-git
pkgdesc = Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI
pkgver = 20150310
@@ -6,6 +8,8 @@ pkgbase = printrun-git
install = printrun-git.install
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = GPL
makedepends = git
makedepends = cython2
diff --git a/PKGBUILD b/PKGBUILD
index 22aaced0c09e..fc4320a50874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _gitname='Printrun'
pkgver=20150310
pkgrel=1
pkgdesc='Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='https://github.com/kliment/Printrun'
license=('GPL')
provides=('printrun')