diff options
author | root <root@rshg054.dnsready.net> | 2012-04-30 00:01:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-30 00:01:38 +0000 |
commit | b7cd4b184f75d3d2b54b356e08f296df3a9afb38 (patch) | |
tree | dc5e84c1f7271cf0c8ec0221b5a22e48a884081a /extra/squid | |
parent | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (diff) |
Mon Apr 30 00:01:38 UTC 2012
Diffstat (limited to 'extra/squid')
-rw-r--r-- | extra/squid/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/squid/PKGBUILD b/extra/squid/PKGBUILD index de23127a0..5141cea76 100644 --- a/extra/squid/PKGBUILD +++ b/extra/squid/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 151208 2012-02-25 07:43:33Z pierre $ +# $Id: PKGBUILD 157558 2012-04-29 00:21:17Z eric $ # Maintainer: Kevin Piche <kevin@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=squid pkgver=3.1.19 -pkgrel=1 +pkgrel=2 pkgdesc="A full-featured Web proxy cache server." arch=('i686' 'x86_64') url="http://www.squid-cache.org" -depends=('openssl' 'pam' 'cron' 'perl' 'libtool') +depends=('openssl' 'pam' 'cron' 'perl' 'libltdl') makedepends=('libcap') license=('GPL') backup=('etc/squid/squid.conf' 'etc/squid/mime.conf' 'etc/conf.d/squid') |