summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDiab Neiroukh2020-04-25 16:17:14 +0100
committerDiab Neiroukh2020-04-25 16:17:14 +0100
commit917074be71dfc3a77f7a36e931091a5a8ca06f9b (patch)
treebef07ce1763cbeba82d29382a7c3c0ec62ae3587 /PKGBUILD
parent3c8f6a0741c2860b0b86baf5cfc935d1adabbd7c (diff)
downloadaur-917074be71dfc3a77f7a36e931091a5a8ca06f9b.tar.gz
🐛 FIX: Add missing brotli dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e90f8105ebd0..7346251933fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -185,6 +185,7 @@ package_nginx-zest-git()
{
pkgdesc="NGINX with beefed up security and performance"
depends=(
+ "brotli"
"geoip"
"gzip"
"libatomic_ops"