summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-11-30 00:01:38 +0100
committerMartchus2021-11-30 00:01:38 +0100
commitfd324536a2ff9bc02cb68ef816a385c6f366e27b (patch)
treeb660648b2c590ac5221ff9ebb6cdfdce9d72e358
parentd1e289dd8b773fa33d3db311d476ff440214e59e (diff)
downloadaur-fd324536a2ff9bc02cb68ef816a385c6f366e27b.tar.gz
Update to NGINX 1.20.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1957e932dca..216372c90dc5 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 = 6
+ pkgrel = 7
url = https://github.com/arut/nginx-dav-ext-module
arch = x86_64
license = BSD
makedepends = nginx-src
- depends = nginx=1.20.1
+ depends = nginx=1.20.2
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 f1399c58667f..75f165eefabf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-dav-ext
pkgver=3.0.0
-pkgrel=6
+pkgrel=7
_dirname="nginx-dav-ext-module-$pkgver"
-_nginxver=1.20.1
+_nginxver=1.20.2
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')