summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-04-21 12:11:37 +0200
committerMartchus2021-04-21 12:11:37 +0200
commit573b93e3cbfd1ae627847e975db8050f3ed27c12 (patch)
tree07034b33d2adb7f8118ffe18d1a74ce964638470
parentbb58216f3c507f386df8211623efd3d1ab227173 (diff)
downloadaur-573b93e3cbfd1ae627847e975db8050f3ed27c12.tar.gz
Rebuild against NGINX 1.20.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d723db2f7709..8dfb4eb3aa60 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 = 4
+ pkgrel = 5
url = https://github.com/arut/nginx-dav-ext-module
arch = x86_64
license = BSD
makedepends = nginx-src
- depends = nginx=1.18.0
+ depends = nginx=1.20.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 0dc1b7bbb714..e55d549b93d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=nginx-mod-dav-ext
pkgver=3.0.0
-pkgrel=4
+pkgrel=5
_dirname="nginx-dav-ext-module-$pkgver"
-_nginxver=1.18.0
+_nginxver=1.20.0
pkgdesc='NGINX WebDAV missing commands support'
arch=('x86_64')