summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-12-04 21:07:53 +0000
committerYour Name2018-12-04 21:07:53 +0000
commitc50e257bdc4e34013395f1ec9ea3f26e49b395a6 (patch)
treec63490107a036211274599fb56e5b96dd296ca8e
parentcf50c387578bf100ce0109b7197e730dc114dc06 (diff)
downloadaur-c50e257bdc4e34013395f1ec9ea3f26e49b395a6.tar.gz
fixed the issue mentioned here: https://github.com/vasilevich/nginxbeautifier/issues/9
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a56030b7cc21..94d6108f1f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
pkgname=nginxbeautifier
-pkgver=1.0.13
+pkgver=1.0.16
pkgrel=1
pkgdesc='Nginx config formatter and beautifier.'
arch=('any')
@@ -13,7 +13,7 @@ source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
md5sums=('SKIP')
package() {
cd "$pkgname"
- git checkout "022e95d8f2dfc2ae5b8fe7744ac30fe78367b507"
+ git checkout "5cf5c914a268ce0720f3862bd6e781b37ca768da"
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
}