summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRepentinus2023-06-14 15:50:37 +0000
committerRepentinus2023-06-14 15:53:53 +0000
commitb860bc541e6c81a99733a17e2c2a2aea915e1a59 (patch)
tree2dc2d92c4448ae36b41f765b7e3754127cae1134 /PKGBUILD
parent518e7cacb87df513c21761179d20fbf4ff0ea050 (diff)
downloadaur-b860bc541e6c81a99733a17e2c2a2aea915e1a59.tar.gz
upgpkg: nginx-mainline-mod-http-xslt-filter 1.25.1-1
upstream release explicit declaration of a transitive dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 356c5e9be039..a1ac35d761c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# SPDX-License-Identifier: CC0-1.0
pkgname='nginx-mainline-mod-http-xslt-filter'
-pkgver=1.21.6
+pkgver=1.25.1
pkgrel=1
pkgdesc='Transform nginx XML responses using XSLT stylesheets'
arch=('x86_64')
url='https://nginx.org/en/docs/http/ngx_http_xslt_module.html'
license=('custom:BSD-2-Clause')
-depends=('nginx-mainline' 'libxslt')
+depends=('nginx-mainline' 'libxml2' 'libxslt')
makedepends=("nginx-mainline-src=$pkgver")
prepare() {