summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 923f56055e35..a077786f179c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,11 +38,8 @@ prepare() {
msg "Preparing Squid..."
msg2 "Getting the client_side_request patch (for work with CDN)..."
wget https://raw.githubusercontent.com/bar0metr/squid/master/client_side_request.patch
- msg2 "Patching Squid..."
- msg2 "Getting the archive_mode patch (for cache's work)..."
- wget http://os-admin.ru/files/archive_mode.patch
- msg2 "Patching Squid..."
- patch -p0 -i archive_mode.patch
+ msg2 "Patching Squid (client_side_request)"
+ patch -p0 -i client_side_request.patch
msg2 "Done!"
}