Date: Monday, December 14, 2015 @ 09:19:14 Author: pierre Revision: 256038
upgpkg: lighttpd 1.4.38-1 Modified: lighttpd/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-14 02:13:03 UTC (rev 256037) +++ PKGBUILD 2015-12-14 08:19:14 UTC (rev 256038) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=lighttpd -pkgver=1.4.37 +pkgver=1.4.38 pkgrel=1 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') @@ -14,14 +14,13 @@ 'lua51: mod_cml/mod_magnet' 'libmariadbclient: mod_mysql_vhost' 'sqlite: mod_webdav') -checkdepends=('git' 'subversion' 'perl-cgi') +# checkdepends=('git' 'subversion' 'perl-cgi') backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd') options=('emptydirs') install='lighttpd.install' -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" +source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc} 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 'lighttpd.service') -sha256sums=('804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd' +sha256sums=('4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504' 'SKIP' '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe' 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f' @@ -50,10 +49,10 @@ make } -check() { - cd $srcdir/$pkgname-$pkgver - make check -} +# check() { +# cd $srcdir/$pkgname-$pkgver +# make check +# } package() { cd $srcdir/$pkgname-$pkgver
