diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-05 19:41:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-05 19:41:06 (GMT) |
commit | c204f789f51f7ea34418df66071f78dc99be448d (patch) | |
tree | cfc2296852bcdd8934789707b761f13a0ebfccc6 /abs/core/lighttpd/PKGBUILD | |
parent | e2b79d1058609c1cd9f6d6198a0b9845962fb1ad (diff) | |
download | linhes_pkgbuild-c204f789f51f7ea34418df66071f78dc99be448d.zip linhes_pkgbuild-c204f789f51f7ea34418df66071f78dc99be448d.tar.gz linhes_pkgbuild-c204f789f51f7ea34418df66071f78dc99be448d.tar.bz2 |
lighttpd: rebuild for lua51
Diffstat (limited to 'abs/core/lighttpd/PKGBUILD')
-rw-r--r-- | abs/core/lighttpd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD index a2c3b7d..8ae5054 100644 --- a/abs/core/lighttpd/PKGBUILD +++ b/abs/core/lighttpd/PKGBUILD @@ -3,13 +3,13 @@ pkgname=lighttpd pkgver=1.4.35 -pkgrel=1 +pkgrel=2 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' 'php-cgi') -makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig') +depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua51' 'php-cgi') +makedepends=('fcgi' 'libmysqlclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig') optdepends=('libxml2: mod_webdav' \ 'e2fsprogs: mod_webdav' \ 'libmysqlclient: mod_mysql_vhost' \ |