summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Pesch2023-06-10 14:44:53 +0200
committerMarkus Pesch2023-06-10 14:45:03 +0200
commit04f79a3b46b810159634879f3e63bd61e6e63a15 (patch)
treecf656a4687bd2ed96f648d73f95731344a467b30 /PKGBUILD
parent8f0116dc98e57c900c7709a60a9fa1c34d19177c (diff)
downloadaur-prometheus-fail2ban-exporter.tar.gz
fix: support arm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a159852ed062..99e2195508f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=prometheus-fail2ban-exporter
_pkgname=fail2ban-prometheus-exporter
pkgver=0.7.2
-pkgrel=4
+pkgrel=5
pkgdesc="Fail2Ban exporter for Fail2Ban metrics"
-arch=('x86_64')
+arch=('armv7h' 'aarch64' 'x86_64')
url="https://gitlab.com/hectorjsmith/$_pkgname"
license=('MIT')
makedepends=('go')