summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbar0metr2018-08-13 09:21:03 +0500
committerbar0metr2018-08-13 09:21:03 +0500
commit40dcd9313e2d1d5b626592f048dd763b91dac405 (patch)
tree7278e9f03795be44588827a162417aa1601ce2ed
parent39b41b7361ebf462f66166b10be1d12188c4810f (diff)
downloadaur-40dcd9313e2d1d5b626592f048dd763b91dac405.tar.gz
Add sm_pagesize patch...
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83470668420a..57fa4444b103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,10 @@ prepare() {
msg2 "Getting the client_side_request patch..."
wget https://raw.githubusercontent.com/bar0metr/squid/master/client_side_request.patch
msg2 "Patching Squid..."
- patch -p0 -i client_side_request.patch
+ msg2 "Getting the sm_pagesize patch..."
+ wget https://raw.githubusercontent.com/bar0metr/squid/master/sm_pagesize.patch
+ msg2 "Patching Squid..."
+ patch -p0 -i sm_pagesize.patch
msg2 "Done!"
}