summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2018-01-17 16:20:30 -0500
committerMark Weiman2018-01-17 16:20:30 -0500
commita69f3a77bf9d850bc316aaddbf39d2b1a3389612 (patch)
tree5e2ad3586398c95806eec2f173be9a9555090bbe
parent9a2e1786625443ffd1859a4a03bec84e4be135ff (diff)
downloadaur-a69f3a77bf9d850bc316aaddbf39d2b1a3389612.tar.gz
Update to 0.4.2-2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df9df7b280e7..4a9218fcfe2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Sat Sep 23 03:08:17 UTC 2017
pkgbase = nginx-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
license = BSD
depends = nginx
- source = https://nginx.org/download/nginx-1.12.1.tar.gz
- source = https://nginx.org/download/nginx-1.12.1.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.12.2.tar.gz
+ source = https://nginx.org/download/nginx-1.12.2.tar.gz.asc
source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz
- md5sums = a307e74aca95403e5ee00f153807ce58
+ validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
+ md5sums = 4d2fc76211435f029271f1cf6d7eeae3
md5sums = SKIP
md5sums = fc2154f36eeabae4d4855cfcc25a060f
diff --git a/PKGBUILD b/PKGBUILD
index 3c35d4c82516..a1c4e00b429d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nginx-mod-fancyindex
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
+_nginxver=1.12.2
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=('a307e74aca95403e5ee00f153807ce58'
+md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
'SKIP'
'fc2154f36eeabae4d4855cfcc25a060f')