summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2019-01-30 18:00:05 -0500
committerJohn K. Luebs2019-01-30 18:00:11 -0500
commitaa4058018c08f632fb7e4b614efc17f99bdc9d46 (patch)
tree38d0cdca0bc18227f66d0f8adcb04c04796a6e73
parentdb0c34a566190aa8a692a49068d0d93f8685bbfe (diff)
downloadaur-aa4058018c08f632fb7e4b614efc17f99bdc9d46.tar.gz
Use hardcoded nginx version and Fix SRCINFO
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD4
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2343d74c1cf0..9aaa1e59cf50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = nginx-mainline-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
- pkgver = 0.4.2
- pkgrel = 7
+ pkgver = 0.4.3
+ pkgrel = 8
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
arch = armv7h
license = BSD
+ makedepends = nginx-mainline
depends = nginx-mainline
- source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz
+ source = https://nginx.org/download/nginx-1.15.8.tar.gz
+ source = https://nginx.org/download/nginx-1.15.8.tar.gz.asc
+ source = https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.3.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 8327150864ca267b735d550d3304030efbbd863fdddfe0a94e970f249a8827ee
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = 81698fb0c1ec9f906ce308c055d5d248085caf390f4b92516c1ec93f87c886d4
pkgname = nginx-mainline-mod-fancyindex
diff --git a/PKGBUILD b/PKGBUILD
index 85c940b230e7..7f56331e6c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.4.3
-pkgrel=7
+pkgrel=8
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
+_nginxver=1.15.8
pkgdesc='Fancy indexes module for the Nginx web server'
arch=('i686' 'x86_64' 'armv7h')