diff options
-rw-r--r-- | apache/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apache/PKGBUILD b/apache/PKGBUILD index 8527db2..f33a7ce 100644 --- a/apache/PKGBUILD +++ b/apache/PKGBUILD @@ -4,7 +4,7 @@ pkgname=apache pkgver=2.2.13 -pkgrel=1 +pkgrel=3 pkgdesc='A high performance Unix-based HTTP server' arch=('i686' 'x86_64') options=('!libtool') @@ -14,7 +14,7 @@ backup=(etc/httpd/conf/httpd.conf etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf) -depends=('openssl' 'zlib' 'apr-util' 'pcre') +depends=('openssl' 'zlib' 'apr-util' 'pcre' 'libldap>=2.4.18-1') optdepends=('lynx: apachectl status') source=("http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2" 'httpd.logrotate' 'httpd' 'arch.layout') |