diff options
author | yjun | 2020-11-16 11:02:20 +0800 |
---|---|---|
committer | yjun | 2020-11-16 11:02:20 +0800 |
commit | eb14589b9d7b3c25a504585089ee9b23905d8744 (patch) | |
tree | 551e1b659df62dbbb574d14c05974738e60d342e | |
parent | 7b056396b03388660c3a2eed388447d722dc5ba0 (diff) | |
download | aur-sunxi-tools-f1c100s-spiflash-git.tar.gz |
added multiarchitecture supported
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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') |