diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-09-26 16:41:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-09-26 16:41:03 +0200 |
commit | faaf1ca4ece27e1a890de2cec4ec3a73752c76da (patch) | |
tree | c9ed19840b68f3f01e00c504097728406d8b499c | |
parent | be39c85dbb09e8e5666cde0728d55b5cb987abc1 (diff) | |
download | aur-packages-faaf1ca4ece27e1a890de2cec4ec3a73752c76da.tar.gz aur-packages-faaf1ca4ece27e1a890de2cec4ec3a73752c76da.tar.xz |
apache: upstream update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-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') |