summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2021-01-03 09:49:41 +1300
committercaltlgin2021-01-03 09:49:41 +1300
commita0b0f7df66aad50129515d1e8dc1734475d3ca44 (patch)
tree8a6bfa28fa93845902cea4378633abd3719629cc
parent8db77487f0048eff52fb30e58032c560407a983b (diff)
downloadaur-a0b0f7df66aad50129515d1e8dc1734475d3ca44.tar.gz
Refactored PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bb8eaf4b9ed..be349d4000ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,8 @@ pkgbase = f3
pkgrel = 2
url = https://github.com/AltraMayor/f3
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = systemd
depends = parted
diff --git a/PKGBUILD b/PKGBUILD
index a82d64eebd0c..2e62fb26d491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname='f3'
pkgver=8.0
pkgrel=2
pkgdesc='Simple tool that tests flash cards capacity and performance to see if they live up to claimed specifications'
-arch=('x86_64')
+arch=('x86_64' 'armv7h' 'aarch64')
url='https://github.com/AltraMayor/f3'
license=('GPL3')
depends=('parted')