summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-06-14 09:56:48 +0200
committerMartchus2022-06-14 09:56:48 +0200
commited2b9d490d2c1ce5741f3ba000152de180f83bbb (patch)
tree0344e3cba5b4a78bfb79b3e4ae347f5639b05be7
parentfd324536a2ff9bc02cb68ef816a385c6f366e27b (diff)
downloadaur-ed2b9d490d2c1ce5741f3ba000152de180f83bbb.tar.gz
Update to nginx 1.22.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216372c90dc5..980eeec6bafc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nginx-mod-dav-ext
pkgdesc = NGINX WebDAV missing commands support
pkgver = 3.0.0
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/arut/nginx-dav-ext-module
arch = x86_64
license = BSD
makedepends = nginx-src
- depends = nginx=1.20.2
+ depends = nginx=1.22.0
depends = libutil-linux
depends = libxslt
source = nginx-mod-dav-ext-3.0.0::https://github.com/arut/nginx-dav-ext-module/archive/v3.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 75f165eefabf..8338ca96576b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-dav-ext
pkgver=3.0.0
-pkgrel=7
+pkgrel=8
_dirname="nginx-dav-ext-module-$pkgver"
-_nginxver=1.20.2
+_nginxver=1.22.0
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')