summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2020-11-16 11:02:20 +0800
committeryjun2020-11-16 11:02:20 +0800
commiteb14589b9d7b3c25a504585089ee9b23905d8744 (patch)
tree551e1b659df62dbbb574d14c05974738e60d342e
parent7b056396b03388660c3a2eed388447d722dc5ba0 (diff)
downloadaur-sunxi-tools-f1c100s-spiflash-git.tar.gz
added multiarchitecture supported
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2029fd10d4e6..c335ba7e556f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,12 @@ pkgbase = sunxi-tools-f1c100s-spiflash-git
pkgver = v1.1.r441.g11a9d20
pkgrel = 1
url = https://github.com/Icenowy/sunxi-tools/tree/f1c100s-spiflash
+ arch = i686
arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = git
depends = libusb
diff --git a/PKGBUILD b/PKGBUILD
index 3e3a92bf8789..5808563d1646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname%-git}
pkgver=v1.1.r441.g11a9d20
pkgrel=1
pkgdesc="tools to help hacking Allwinner SoC devices"
-arch=('x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/Icenowy/sunxi-tools/tree/f1c100s-spiflash"
license=('GPL')
depends=('libusb' 'zlib')