summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoàng Đức Hiếu2018-04-13 10:51:31 +0700
committerHoàng Đức Hiếu2018-04-13 10:51:31 +0700
commit7133b1f06b75e8c4e121f49d2a1a540637f7f48b (patch)
treeb73447176ca7ef4f0334468551719b4d7480fae6
parentea14afe5b46f7bb863e2807eab449157cd363e5e (diff)
downloadaur-7133b1f06b75e8c4e121f49d2a1a540637f7f48b.tar.gz
bump pkgrel for 1.3.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829f6f1695a6..d5e0aa8b046f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-fancyindex
pkgdesc = Fancy indexes module for the Nginx web server
pkgver = 0.4.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/aperezdc/ngx-fancyindex
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 03c3619f8404..81dcb7f0b3f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-fancyindex
pkgver=0.4.2
-pkgrel=5
+pkgrel=6
_modname="${pkgname#nginx-mainline-mod-}"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"