diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/lighttpd/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/lighttpd/__changelog | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD index 599ad05..ba553a2 100644 --- a/abs/core/lighttpd/PKGBUILD +++ b/abs/core/lighttpd/PKGBUILD @@ -3,12 +3,12 @@ pkgname=lighttpd pkgver=1.4.28 -pkgrel=2 +pkgrel=3 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') url="http://www.lighttpd.net/" -depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua') +depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua' 'php-cgi') makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig') optdepends=('libxml2: mod_webdav' \ 'e2fsprogs: mod_webdav' \ diff --git a/abs/core/lighttpd/__changelog b/abs/core/lighttpd/__changelog index 71151d9..4658cd1 100644 --- a/abs/core/lighttpd/__changelog +++ b/abs/core/lighttpd/__changelog @@ -14,3 +14,5 @@ bummped to version 13 to test redmine #690 Added etc/lighttpd/conf.include and etc/lighttpd/html.include to backup array upgrade to 1.4.28 + +php-cgi is a depends. |