summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2022-06-07 23:40:47 +1200
committerMorgenstern2022-06-07 23:40:47 +1200
commit441f6dac50b083a871277d17056827df0b2c3d54 (patch)
treecad69bbcf8ea3cbf4e5d979f88652f92b7a466c2
parent2892c87daf9b1de2e107588518a3d9ed3f2f5628 (diff)
downloadaur-nginx-mainline-mod-fancyindex.tar.gz
Add ARM architectures to arch array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3281b8c68d..deec73764c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = nginx-mainline-mod-fancyindex
pkgdesc = Fancy index module for the nginx-mainline web server
pkgver = 0.5.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.nginx.com/resources/wiki/modules/fancy_index/
arch = x86_64
+ arch = aarch64
+ arch = armv7h
license = BSD
makedepends = nginx-mainline-src
depends = nginx-mainline
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')