summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-12-03 17:48:35 -0500
committerMatthew McGinn2020-12-03 17:48:35 -0500
commit48b09ff88441132236c7ced7ba68c1b60c34e9c9 (patch)
tree0d470927767c72d8350e6da266df13036aaf1252
parent8aa44d6f913e88668300862e589aece7ee0ddea7 (diff)
downloadaur-48b09ff88441132236c7ced7ba68c1b60c34e9c9.tar.gz
update architectures
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d8d125326b..c1b157381461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = balena-etcher
epoch = 2
url = https://balena.io/etcher
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
license = Apache
makedepends = npm
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index e42d02c1a399..af0c08985a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.5.112
pkgrel=1
epoch=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
-arch=(x86_64)
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
_github_url='https://github.com/balena-io/etcher'
url='https://balena.io/etcher'
license=(Apache)