From c50e257bdc4e34013395f1ec9ea3f26e49b395a6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 4 Dec 2018 21:07:53 +0000 Subject: [PATCH] fixed the issue mentioned here: https://github.com/vasilevich/nginxbeautifier/issues/9 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a56030b..94d6108 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" }