summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiab Neiroukh2020-04-25 16:17:14 +0100
committerDiab Neiroukh2020-04-25 16:17:14 +0100
commit917074be71dfc3a77f7a36e931091a5a8ca06f9b (patch)
treebef07ce1763cbeba82d29382a7c3c0ec62ae3587
parent3c8f6a0741c2860b0b86baf5cfc935d1adabbd7c (diff)
downloadaur-917074be71dfc3a77f7a36e931091a5a8ca06f9b.tar.gz
🐛 FIX: Add missing brotli dependancy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a37d135b0d1..b321c156ae94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -51,6 +51,7 @@ pkgbase = nginx-zest-git
pkgname = nginx-zest-git
pkgdesc = NGINX with beefed up security and performance
+ depends = brotli
depends = geoip
depends = gzip
depends = libatomic_ops
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"