summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRepentinus2023-06-14 15:50:37 +0000
committerRepentinus2023-06-14 15:53:53 +0000
commitb860bc541e6c81a99733a17e2c2a2aea915e1a59 (patch)
tree2dc2d92c4448ae36b41f765b7e3754127cae1134
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
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da606bb42b2e..62912b73e4d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = nginx-mainline-mod-http-xslt-filter
pkgdesc = Transform nginx XML responses using XSLT stylesheets
- pkgver = 1.21.6
+ pkgver = 1.25.1
pkgrel = 1
url = https://nginx.org/en/docs/http/ngx_http_xslt_module.html
arch = x86_64
license = custom:BSD-2-Clause
- makedepends = nginx-mainline-src=1.21.6
+ makedepends = nginx-mainline-src=1.25.1
depends = nginx-mainline
+ depends = libxml2
depends = libxslt
pkgname = nginx-mainline-mod-http-xslt-filter
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() {