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

Sergej Pupykin spupykin at gemini.archlinux.org
Mon Nov 15 12:14:29 UTC 2021


    Date: Monday, November 15, 2021 @ 12:14:29
  Author: spupykin
Revision: 1048142

upgpkg: squid 5.2-3
add libldap and systemd to *deps

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-15 12:13:23 UTC (rev 1048141)
+++ PKGBUILD	2021-11-15 12:14:29 UTC (rev 1048142)
@@ -5,13 +5,14 @@
 
 pkgname=squid
 pkgver=5.2
-pkgrel=2
+pkgrel=3
 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'
 	'systemd-libs')
-makedepends=('krb5' 'systemd')
+makedepends=('krb5' 'libldap' 'systemd')
+optdepends=('libldap')
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'



More information about the arch-commits mailing list