Date: Saturday, August 7, 2021 @ 00:04:52 Author: spupykin Revision: 994628
upgpkg: squid 5.1-1 Modified: squid/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-06 23:58:31 UTC (rev 994627) +++ PKGBUILD 2021-08-07 00:04:52 UTC (rev 994628) @@ -4,12 +4,13 @@ # Contributor: Kevin Piche <[email protected]> pkgname=squid -pkgver=4.16 +pkgver=5.1 pkgrel=1 pkgdesc='Full-featured Web proxy cache server' arch=('x86_64') url='http://www.squid-cache.org' -depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 'libxml2') +depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 'libxml2' + 'systemd-libs') makedepends=('krb5') license=('GPL') options=('emptydirs') @@ -19,13 +20,13 @@ 'etc/squid/mime.conf') validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463' 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E') -source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc} +source=("http://www.squid-cache.org/Versions/v5/$pkgname-$pkgver.tar.xz"{,.asc} 'squid.pam' 'squid.tmpfiles' 'squid.sysusers' 'squid-rotate.service' 'squid-rotate.timer') -sha256sums=('7e00e891757c1c02dae546c9898f440c6031b684d8c243d6edab529076e3ba63' +sha256sums=('4e36883c3743f376886acad520b1a15a2582383f04c6e18472b69c3721083428' 'SKIP' '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c' '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
