[arch-commits] Commit in squid/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 1 14:34:53 UTC 2018


    Date: Monday, October 1, 2018 @ 14:34:52
  Author: spupykin
Revision: 388882

upgpkg: squid 4.3-2

Modified:
  squid/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 14:30:41 UTC (rev 388881)
+++ PKGBUILD	2018-10-01 14:34:52 UTC (rev 388882)
@@ -5,11 +5,11 @@
 
 pkgname=squid
 pkgver=4.3
-pkgrel=1
+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')
@@ -42,7 +42,6 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
   ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \



More information about the arch-commits mailing list