summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2020-11-09 23:42:45 +0100
committerGianluca Boiano2020-11-09 23:42:45 +0100
commitd586380727f96a7fe48a1caaade4a8d923fe3e9d (patch)
tree4b34150bb59b59c6aa29b4d975ef57f23d2e3e49
parentdf766ea873c99fd7ea7179c17a25ddecbfe9217c (diff)
downloadaur-d586380727f96a7fe48a1caaade4a8d923fe3e9d.tar.gz
mycroft-core: some system and packagin improvements
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7c615e6257..eabe53ae0fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,9 @@ pkgbase = mycroft-core
install = mycroft-core.install
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = Apache
makedepends = git
makedepends = sudo
diff --git a/PKGBUILD b/PKGBUILD
index 39312736f456..5cdda4e3ff4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=mycroft-core
pkgver=20.8.0
pkgrel=2
pkgdesc="The Mycroft Artificial Intelligence platform."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/MycroftAI/mycroft-core'
license=('Apache')
depends=('python'