From b6158b51fc16490a45292856c1e4ca01a3017ecd Mon Sep 17 00:00:00 2001 From: "T.J. Townsend" <blakkheim@archlinux.org> Date: Tue, 23 Apr 2024 20:44:44 -0400 Subject: [PATCH] upgpkg: 1.26.0-2: enable http/3 support --- .SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c131aab..3ee36e1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = nginx pkgver = 1.26.0 - pkgrel = 1 + pkgrel = 2 url = https://nginx.org arch = x86_64 license = custom diff --git a/PKGBUILD b/PKGBUILD index eb3d531..fd9582c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=nginx pkgname=(nginx nginx-src) pkgver=1.26.0 -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://nginx.org' license=(custom) @@ -62,6 +62,7 @@ _common_flags=( --with-http_stub_status_module --with-http_sub_module --with-http_v2_module + --with-http_v3_module --with-mail --with-mail_ssl_module --with-pcre-jit -- GitLab