summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorgenstern2022-06-07 23:40:47 +1200
committerMorgenstern2022-06-07 23:40:47 +1200
commit441f6dac50b083a871277d17056827df0b2c3d54 (patch)
treecad69bbcf8ea3cbf4e5d979f88652f92b7a466c2 /PKGBUILD
parent2892c87daf9b1de2e107588518a3d9ed3f2f5628 (diff)
downloadaur-441f6dac50b083a871277d17056827df0b2c3d54.tar.gz
Add ARM architectures to arch array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 247148f9224e..bb24db42dc95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,12 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.5.2
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
pkgdesc="Fancy index module for the nginx-mainline web server"
-arch=('x86_64')
+arch=('x86_64'
+ 'aarch64'
+ 'armv7h')
url="https://www.nginx.com/resources/wiki/modules/fancy_index/"
license=('BSD')
depends=('nginx-mainline')