diff --git a/lighttpd/.md5sum b/lighttpd/.md5sum index 5afa47a32..80dd923b0 100644 --- a/lighttpd/.md5sum +++ b/lighttpd/.md5sum @@ -1,3 +1,3 @@ -cede410e7adee3ea14206749190a8b5d lighttpd-1.4.19.tar.gz +7ce7eefb487682b61d9b06b41864c64a lighttpd-1.4.20.tar.gz 0ca699210055a3e137ffefdcd5441c09 lighttpd.conf acf07b7bf297e76923511abff24859b9 lighttpd.rc diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index bff760639..5f54066d3 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.lighttpd.net/ # Maintainer: Simone Rota, sip at crux dot nu # Packager: Jukka Heino, jukka dot heino at gmail dot com -# Depends on: +# Depends on: libpcre name=lighttpd -version=1.4.19 +version=1.4.20 release=1 source=(http://www.$name.net/download/$name-$version.tar.gz \ $name.conf \ @@ -14,7 +14,7 @@ source=(http://www.$name.net/download/$name-$version.tar.gz \ build() { cd $name-$version ./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl \ - --mandir=/usr/man --without-pcre + --mandir=/usr/man --with-pcre make make DESTDIR=$PKG install