[arch-commits] Commit in lighttpd/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Aug 21 06:11:49 UTC 2016
Date: Sunday, August 21, 2016 @ 06:11:49
Author: pierre
Revision: 274515
upgpkg: lighttpd 1.4.41-2
Remove unnecessary dependencies
Modified:
lighttpd/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-21 05:46:03 UTC (rev 274514)
+++ PKGBUILD 2016-08-21 06:11:49 UTC (rev 274515)
@@ -3,13 +3,13 @@
pkgname=lighttpd
pkgver=1.4.41
-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' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig')
+depends=('pcre' 'util-linux' 'systemd')
+makedepends=('libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig')
optdepends=('libxml2: mod_webdav'
'lua: mod_cml/mod_magnet'
'libmariadbclient: mod_mysql_vhost'
@@ -45,7 +45,6 @@
--with-webdav-props \
--with-webdav-locks \
--with-gdbm \
- --with-memcache \
--with-lua
make
}
More information about the arch-commits
mailing list