summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')