[arch-commits] Commit in lighttpd/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Oct 25 21:55:57 UTC 2009


    Date: Sunday, October 25, 2009 @ 17:55:56
  Author: pierre
Revision: 56701

Modified:
  lighttpd/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-25 21:12:49 UTC (rev 56700)
+++ PKGBUILD	2009-10-25 21:55:56 UTC (rev 56701)
@@ -2,27 +2,25 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=lighttpd
-pkgver=1.4.23
-pkgrel=2
+pkgver=1.4.24
+pkgrel=1
 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')
+depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'util-linux-ng')
 makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav' \
-            'e2fsprogs: mod_webdav' \
-            'lua: mod_cml/mod_magnet' \
-            'libmysqlclient: mod_mysql_vhost' \
-            'sqlite3: mod_webdav' \
-            'gdbm: mod_trigger_b4_dl' \
+optdepends=('libxml2: mod_webdav'
+            'lua: mod_cml/mod_magnet'
+            'libmysqlclient: mod_mysql_vhost'
+            'sqlite3: mod_webdav'
             )
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
 options=('!libtool' 'emptydirs')
-source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2" \
+source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2"
         'lighttpd.rc.d' 'lighttpd.logrotate.d')
 
-md5sums=('0ab6bb7b17bf0f515ce7dce68e5e215a'
+md5sums=('e2324a24e4a5bce74663c21c58ddd200'
          '789ed1b4521e72e591e09d5dfb99235a'
          '857e174643fd7761a2f0d8431a679f6c')
 




More information about the arch-commits mailing list