[arch-commits] Commit in squid/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Thu Sep 19 12:25:50 UTC 2019
Date: Thursday, September 19, 2019 @ 12:25:49
Author: spupykin
Revision: 511174
squid: add libxml2 dep
Modified:
squid/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-19 12:20:42 UTC (rev 511173)
+++ PKGBUILD 2019-09-19 12:25:49 UTC (rev 511174)
@@ -9,7 +9,7 @@
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')
+depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 'libxml2')
makedepends=('krb5')
license=('GPL')
options=('emptydirs')
More information about the arch-commits
mailing list