summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2020-12-23 10:30:51 +1300
committerMorgenstern2020-12-23 10:30:51 +1300
commit093c390d38382930d952d8d882afa703be0a9a3a (patch)
tree8f488d28a7767af36c60d6c02eb78381407bbc10
parentd308d90ba95572d2ac1cc0ec97647a79d47c31c9 (diff)
downloadaur-093c390d38382930d952d8d882afa703be0a9a3a.tar.gz
Update to nginx-mainline-1.19.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a0e311b16f7..29a4ce0a12d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nginx-mainline-mod-fancyindex
pkgdesc = Fancy indexes module for the nginx web server
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aperezdc/ngx-fancyindex
arch = x86_64
license = BSD
- depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.19.3.tar.gz
- source = https://nginx.org/download/nginx-1.19.3.tar.gz.asc
+ depends = nginx-mainline>=1.19.6
+ source = https://nginx.org/download/nginx-1.19.6.tar.gz
+ source = https://nginx.org/download/nginx-1.19.6.tar.gz.asc
source = nginx-mainline-mod-fancyindex-0.5.1.tar.gz::https://github.com/aperezdc/ngx-fancyindex/archive/v0.5.1.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
+ sha256sums = b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5
sha256sums = SKIP
sha256sums = 238bd5521d6c9b55780e6871339a7ea79508b9a6758ad2fa4451f2dfe26d94c9
diff --git a/PKGBUILD b/PKGBUILD
index 30a8f1e3b841..eb5ea784c801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.19.3
+_nginxver=1.19.6
pkgdesc="Fancy indexes module for the nginx web server"
arch=('x86_64')
url="https://github.com/aperezdc/ngx-fancyindex"
license=('BSD')
-depends=('nginx-mainline')
+depends=('nginx-mainline>=1.19.6')
source=(https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
"${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz")
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
-sha256sums=('91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0'
+sha256sums=('b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5'
'SKIP'
'238bd5521d6c9b55780e6871339a7ea79508b9a6758ad2fa4451f2dfe26d94c9')