summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRepentinus2024-01-28 22:40:22 +0000
committerRepentinus2024-01-28 22:40:22 +0000
commit54b4556f60c55017c33a8cf11c152f8801442dd0 (patch)
tree564ff4b9c00ac5dcad7d87179feff4fb10ba1b7a
parentb860bc541e6c81a99733a17e2c2a2aea915e1a59 (diff)
downloadaur-54b4556f60c55017c33a8cf11c152f8801442dd0.tar.gz
upgpkg: nginx-mainline-mod-http-xslt-filter 1.25.3-1
* upstream release * adopt SPDX licence expressions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62912b73e4d5..225c7fcdd824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = nginx-mainline-mod-http-xslt-filter
pkgdesc = Transform nginx XML responses using XSLT stylesheets
- pkgver = 1.25.1
+ pkgver = 1.25.3
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.25.1
+ license = BSD-2-Clause
+ makedepends = nginx-mainline-src=1.25.3
depends = nginx-mainline
depends = libxml2
depends = libxslt
diff --git a/PKGBUILD b/PKGBUILD
index a1ac35d761c6..920f08ceb42a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# SPDX-License-Identifier: CC0-1.0
pkgname='nginx-mainline-mod-http-xslt-filter'
-pkgver=1.25.1
+pkgver=1.25.3
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')
+license=('BSD-2-Clause')
depends=('nginx-mainline' 'libxml2' 'libxslt')
makedepends=("nginx-mainline-src=$pkgver")