Date: Sunday, December 5, 2021 @ 10:29:01
  Author: pierre
Revision: 430686

upgpkg: lighttpd 1.4.63-1

Modified:
  lighttpd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-04 19:21:07 UTC (rev 430685)
+++ PKGBUILD    2021-12-05 10:29:01 UTC (rev 430686)
@@ -1,13 +1,13 @@
 # Maintainer: Pierre Schmitz <pie...@archlinux.de>
 
 pkgname=lighttpd
-pkgver=1.4.61
-pkgrel=2
+pkgver=1.4.63
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('x86_64')
 url="https://www.lighttpd.net/";
-depends=('pcre' 'util-linux' 'systemd')
+depends=('pcre2' 'util-linux' 'systemd')
 makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
 optdepends=('libxml2: mod_webdav'
             'lua: mod_cml/mod_magnet'
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
         'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432'
+sha256sums=('2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9'
             'SKIP'
             '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
             'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
@@ -41,7 +41,8 @@
                --with-webdav-props \
                --with-webdav-locks \
                --with-gdbm \
-               --with-lua
+               --with-lua \
+               --with-pcre2
        sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
        make
 }

Reply via email to