summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cede768d9191..e927e60d1777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 20:59:22 UTC 2018
+# Fri Feb 16 03:00:39 UTC 2018
pkgbase = atcore-git
pkgdesc = KDE 3D Printing libary
pkgver = ac56b28
@@ -7,6 +7,9 @@ pkgbase = atcore-git
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 e2fd8501d7fe..64e01140b71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ provides=('atcore')
pkgver=ac56b28
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')