From d4c8f4f2f6355cfe3f9a543d607c2977af7bbfa4 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 9 Oct 2022 19:20:01 +1300 Subject: [PATCH] upgpkg: nginx-mainline-mod-headers-more 0.34-1 --- nginx-mainline-mod-headers-more/PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/nginx-mainline-mod-headers-more/PKGBUILD b/nginx-mainline-mod-headers-more/PKGBUILD index 44af172..7ae3c6c 100644 --- a/nginx-mainline-mod-headers-more/PKGBUILD +++ b/nginx-mainline-mod-headers-more/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Massimiliano Torromeo pkgname=nginx-mainline-mod-headers-more -pkgver=0.33 -pkgrel=42 -pkgdesc="Set and clear input and output headers" +pkgver=0.34 +pkgrel=1 +pkgdesc='Set and clear input and output headers' arch=('x86_64') -url="https://github.com/openresty/headers-more-nginx-module" +url='https://github.com/openresty/headers-more-nginx-module' _modname="${url##*/}" license=('BSD') -depends=('nginx-mainline=1.21.6') +depends=('nginx-mainline=1.23.1') makedepends=('nginx-mainline-src') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -b2sums=('fe3097a7700ce5da087058f7bb44c95164b75137031187400473f6833bf0e33e5c4920807225a6ff94174fe7dbd6186cca176a33a629ca0911faab6804bdd12a') +b2sums=('48badf603b93601b11c837057760f768ef2579062786bb366795617635747b654cecafa3a230eec1a3e442ab768fb068867ceb93385b14b6452b621764acfd3f') prepare() { mkdir -p build @@ -21,7 +21,11 @@ prepare() { build() { cd build - /usr/src/nginx/configure --with-compat --add-dynamic-module="$srcdir/$_modname-$pkgver" + + /usr/src/nginx/configure \ + --with-compat \ + --add-dynamic-module="$srcdir/$_modname-$pkgver" + make modules }