Compare commits

..

No commits in common. "a7c485d83b7b83b15449ecb8c2e2b15aaad486be" and "a404bfd1591d297e6704daafda540422c43905b6" have entirely different histories.

2 changed files with 11 additions and 15 deletions

View file

@ -3,13 +3,13 @@
pkgname=nginx-mainline-mod-brotli
pkgver=1.0.0rc
pkgrel=15
pkgdesc='Brotli compression filter module'
pkgrel=14
pkgdesc="Brotli compression filter module"
arch=('x86_64')
url='https://github.com/google/ngx_brotli'
url="https://github.com/google/ngx_brotli"
_modname="${url##*/}"
license=('BSD')
depends=('nginx-mainline=1.23.1' 'brotli')
depends=('nginx-mainline=1.21.6' 'brotli')
makedepends=('nginx-mainline-src')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
b2sums=('450d0ea693bd98d4a1b615f2cdcaad41ccd28266f6d80beec7fe77fe750ab8c5d1bb55aabe15161b9b6d819d2b4d99a7774f2706f2f6fd084b52a7c7dddbc00c')

View file

@ -2,17 +2,17 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nginx-mainline-mod-headers-more
pkgver=0.34
pkgrel=1
pkgdesc='Set and clear input and output headers'
pkgver=0.33
pkgrel=42
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.23.1')
depends=('nginx-mainline=1.21.6')
makedepends=('nginx-mainline-src')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
b2sums=('48badf603b93601b11c837057760f768ef2579062786bb366795617635747b654cecafa3a230eec1a3e442ab768fb068867ceb93385b14b6452b621764acfd3f')
b2sums=('fe3097a7700ce5da087058f7bb44c95164b75137031187400473f6833bf0e33e5c4920807225a6ff94174fe7dbd6186cca176a33a629ca0911faab6804bdd12a')
prepare() {
mkdir -p build
@ -21,11 +21,7 @@ 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
}