summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiab Neiroukh2020-05-02 17:06:59 +0100
committerDiab Neiroukh2020-05-02 17:06:59 +0100
commitbebd476f6e2efda6be21f50addf0d9a5f2d17bbe (patch)
tree2862d3fc9ec8f6a2aacbeff8cee4f1a9a4e34158
parent1bc37f50c27c064edad3a053ea1ad941da877a60 (diff)
downloadaur-bebd476f6e2efda6be21f50addf0d9a5f2d17bbe.tar.gz
🐛 FIX: Add gperftools (libtcmalloc) dependancy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb645e839cb1..06dd0cf2346a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -55,6 +55,7 @@ pkgname = nginx-zest-git
pkgdesc = NGINX with beefed up security and performance
depends = brotli
depends = geoip
+ depends = gperftools
depends = gzip
depends = libatomic_ops
depends = libbsd
diff --git a/PKGBUILD b/PKGBUILD
index f1453673a6df..a432aa86fea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -187,6 +187,7 @@ package_nginx-zest-git()
depends=(
"brotli"
"geoip"
+ "gperftools"
"gzip"
"libatomic_ops"
"libbsd"