Package Details: nginx-mainline-mod-brotli-git r57.63ca02a-1

Git Clone URL: https://aur.archlinux.org/nginx-mainline-mod-brotli-git.git (read-only, click to copy)
Package Base: nginx-mainline-mod-brotli-git
Description: Brotli compression filter module for mainline nginx
Upstream URL: https://github.com/google/ngx_brotli
Keywords: brotli module nginx
Licenses: custom
Conflicts: nginx-mainline-mod-brotli
Provides: nginx-mainline-mod-brotli
Submitter: francoism90
Maintainer: kescherAUR
Last Packager: kescherAUR
Votes: 3
Popularity: 0.000631
First Submitted: 2019-12-11 14:00 (UTC)
Last Updated: 2023-09-08 16:38 (UTC)

Latest Comments

francoism90 commented on 2020-05-15 15:41 (UTC) (edited on 2020-05-16 17:14 (UTC) by francoism90)

@kescherAUR Thanks, changed to arch=any.

kescherAUR commented on 2020-05-14 16:06 (UTC)

Works fine with armv7h. Here's a git diff to apply.

diff --git a/.SRCINFO b/.SRCINFO
index 2ae0684..6c66965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nginx-mainline-mod-brotli
        url = https://github.com/eustas/ngx_brotli
        arch = i686
        arch = x86_64
+       arch = armv7h
        license = CUSTOM
        depends = nginx-mainline
        depends = brotli
diff --git a/PKGBUILD b/PKGBUILD
index e472986..4c11dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _modname="ngx_${pkgname#nginx-mainline-mod-}"
 _nginxver=1.17.10

 pkgdesc="Brotli compression filter module for mainline nginx"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
 depends=('nginx-mainline' 'brotli')
 url="https://github.com/eustas/ngx_brotli"
 license=('CUSTOM')