Date: Sunday, August 2, 2015 @ 12:14:19 Author: pierre Revision: 242925
upgpkg: lighttpd 1.4.36-1 Modified: lighttpd/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-02 07:32:22 UTC (rev 242924) +++ PKGBUILD 2015-08-02 10:14:19 UTC (rev 242925) @@ -2,8 +2,8 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=lighttpd -pkgver=1.4.35 -pkgrel=2 +pkgver=1.4.36 +pkgrel=1 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -14,6 +14,7 @@ 'lua51: mod_cml/mod_magnet' 'libmariadbclient: mod_mysql_vhost' 'sqlite: mod_webdav') +checkdepends=('git' 'subversion' 'perl-cgi') backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd') options=('emptydirs') install='lighttpd.install' @@ -20,7 +21,7 @@ source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz" "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc" 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 'lighttpd.service') -sha256sums=('113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3' +sha256sums=('897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53' 'SKIP' '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe' 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
