summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Girotto2023-05-27 20:20:07 +0200
committerAndrea Girotto2023-05-27 20:21:35 +0200
commitcc37e0f6ed59b71b12018960a71dcc0546e5bfbc (patch)
tree9f87b18db1dffbef91ba5de66e93797b69186ebf /PKGBUILD
parent8ec054ff22478e4720377562a2a77b9a4a4f0e90 (diff)
downloadaur-stm32flash.tar.gz
Added architecture: aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc1208993e62..2f4b741ec98f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=stm32flash
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc='Open source flash program for the STM32 ARM processors using the ST serial bootloader over UART or I2C'
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://sourceforge.net/projects/stm32flash/'
license=('GPL2')
makedepends=()