summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rizzitello2018-02-15 21:59:18 -0500
committerChris Rizzitello2018-02-15 21:59:18 -0500
commit2caf07b77f223d48669797f11b582ac6ddfab78f (patch)
tree2481fa3f916280e3ac7c9c45f05d3c8bb998bbe4
parent31250324145d88fd4fc1fbee830917311e51ca5e (diff)
downloadaur-2caf07b77f223d48669797f11b582ac6ddfab78f.tar.gz
enable building on armv6h armv7h and aarch64
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e08d0da717..d954f823c813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 21 13:54:28 UTC 2018
+# Fri Feb 16 02:58:02 UTC 2018
pkgbase = atcore
pkgdesc = KDE 3D Printing libary
pkgver = 1.0.0
@@ -7,6 +7,9 @@ pkgbase = atcore
url = https://www.kde.org/
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = LGPL2
depends = qt5-base
depends = qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index e50c7f3ca0e7..42e39cb2f18f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ provides=('atcore')
pkgver=1.0.0
pkgrel=1
pkgdesc="KDE 3D Printing libary"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://www.kde.org/"
license=('LGPL2')
buildDepends=('git' 'cmake' 'extra-cmake-modules' 'doxygen')