summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5db6470655ce..52b1da421037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,9 +36,9 @@ prepare() {
cd "$srcdir/squid-$_pkgver"
msg "Preparing Squid..."
msg2 "Getting the client_side_request patch..."
- wget https://raw.githubusercontent.com/bar0metr/squid/master/client_side_request.patch
+ wget https://raw.githubusercontent.com/bar0metr/squid/master/client_side_requestv5.patch
msg2 "Patching Squid..."
- patch -p0 -i client_side_request.patch
+ patch -p0 -i client_side_requestv5.patch
msg2 "Done!"
}