summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis2015-10-07 04:27:17 -0300
committerdequis2015-10-07 04:27:17 -0300
commit4b25878903d05608ab85e941399cde1fafc64387 (patch)
tree0db912e86d34d2ebb24f712afcd7409345a26fa2
parente35b36f292ed95539d9187d810a3055f79e78911 (diff)
downloadaur-4b25878903d05608ab85e941399cde1fafc64387.tar.gz
add openssl to deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fcdf92667ac..8d4ff0a0c38f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A caching proxy specialized for package files."
url="http://www.unix-ag.uni-kl.de/~bloch/acng/"
arch=('i686' 'x86_64')
license=('custom')
-depends=('zlib' 'bzip2' 'fuse' 'xz' 'gcc-libs')
+depends=('zlib' 'bzip2' 'fuse' 'xz' 'openssl')
makedepends=('cmake')
source=("http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_${pkgver}.orig.tar.xz"
'acng.conf.patch'