community/squid to 4.3-2

This commit is contained in:
Kevin Mihelich 2018-10-01 15:09:37 +00:00
parent 6b842499c9
commit 351d9f4407

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Coolen <mark.coolen@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -8,12 +7,12 @@
# - explicitly link v5/v6 with libatomic
pkgname=squid
pkgver=4.2
pkgrel=1
pkgver=4.3
pkgrel=2
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64')
url='http://www.squid-cache.org'
depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')
depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')
makedepends=('krb5')
license=('GPL')
options=('emptydirs')
@ -30,7 +29,7 @@ source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
'squid.sysusers'
'squid-rotate.service'
'squid-rotate.timer')
sha256sums=('994807762c59991b32449caf29418fd0ec9d2329746b18eb19bd930b6806d208'
sha256sums=('322612ef0544828f6c673a25124b32364fb41ef5e2847e21c89480b5546a4c7c'
'SKIP'
'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
@ -48,7 +47,6 @@ build() {
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && LIBS="-latomic"
PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
LIBS=$LIBS \
./configure \
--prefix=/usr \