summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2020-12-23 10:33:14 +1300
committerMorgenstern2020-12-23 10:33:14 +1300
commit6e4aebce6d5c3652d46b32a77ca03ff7a41fcb1a (patch)
tree8de9d27cd36128828b655252bb4dcda501821e6b
parent093c390d38382930d952d8d882afa703be0a9a3a (diff)
downloadaur-6e4aebce6d5c3652d46b32a77ca03ff7a41fcb1a.tar.gz
nginx-mainline version as a variable
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb5ea784c801..cba8ec42401f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Fancy indexes module for the nginx web server"
arch=('x86_64')
url="https://github.com/aperezdc/ngx-fancyindex"
license=('BSD')
-depends=('nginx-mainline>=1.19.6')
+depends=("nginx-mainline>=${_nginxver}")
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>