summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2019-08-21 09:35:24 -0400
committerMark Weiman2019-08-21 09:35:24 -0400
commit40ef4fd6bdec227655c4201f3e00acc206cc5173 (patch)
tree4e82e753691a9813b47d7a4f0ba67603719ae7f4
parent32ae710c9ac233d532ed1dd314619d3ebc999aac (diff)
downloadaur-40ef4fd6bdec227655c4201f3e00acc206cc5173.tar.gz
updated to 0.4.3-5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47bf914c34b5..37d8898a23c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
pkgver = 0.4.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
license = BSD
depends = nginx
- source = https://nginx.org/download/nginx-1.16.0.tar.gz
- source = https://nginx.org/download/nginx-1.16.0.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.16.1.tar.gz
+ source = https://nginx.org/download/nginx-1.16.1.tar.gz.asc
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- md5sums = 97207283f30cd90cdba638c3ea30323a
+ md5sums = 45a80f75336c980d240987badc3dcf60
md5sums = SKIP
md5sums = a0052f0377700b18dd53d96d29f47db8
diff --git a/PKGBUILD b/PKGBUILD
index a700a31d0cb3..fb42b3f82e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mod-fancyindex
pkgver=0.4.3
-pkgrel=4
+pkgrel=5
_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
https://github.com/aperezdc/ngx-$_modname/archive/v$pkgver.tar.gz
)
validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin@mdounin.ru>
-md5sums=('97207283f30cd90cdba638c3ea30323a'
+md5sums=('45a80f75336c980d240987badc3dcf60'
'SKIP'
'a0052f0377700b18dd53d96d29f47db8')