summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbar0metr2018-07-01 11:58:32 +0500
committerbar0metr2018-07-01 11:58:32 +0500
commitb2daca6537284d9aedb0cfc3774659fb61ac80cb (patch)
tree6022729b27b56b3bf4a7f2762d03ef09e13814f4
parent0241326071a63d124e63b073205c1defab2848ca (diff)
downloadaur-b2daca6537284d9aedb0cfc3774659fb61ac80cb.tar.gz
Correction PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c907b0ec943..e961c5393735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = squid4
- pkgdesc = Full-featured Web proxy cache server
+ pkgdesc = Full-featured Web proxy cache server with the support SSL
pkgver = 4.0.25
pkgrel = 4
url = http://www.squid-cache.org
@@ -19,8 +19,8 @@ pkgbase = squid4
backup = etc/squid/cachemgr.conf
backup = etc/squid/errorpage.css
backup = etc/squid/mime.conf
- source = http://www.squid-cache.org/Versions/v4/squid4-4.0.25.tar.xz
- source = http://www.squid-cache.org/Versions/v4/squid4-4.0.25.tar.xz.asc
+ source = http://www.squid-cache.org/Versions/v4/squid-4.0.25.tar.xz
+ source = http://www.squid-cache.org/Versions/v4/squid-4.0.25.tar.xz.asc
source = squid.pam
source = squid.service
source = squid.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index aa679c768bbc..3aee9bfd26ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=squid4
pkgver=4.0.25
pkgrel=4
-pkgdesc='Full-featured Web proxy cache server'
+pkgdesc='Full-featured Web proxy cache server with the support SSL'
arch=('x86_64')
url='http://www.squid-cache.org'
depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')