fixed the issue mentioned here: https://github.com/vasilevich/nginxbeautifier/issues/9
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
||||||
|
|
||||||
pkgname=nginxbeautifier
|
pkgname=nginxbeautifier
|
||||||
pkgver=1.0.13
|
pkgver=1.0.16
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nginx config formatter and beautifier.'
|
pkgdesc='Nginx config formatter and beautifier.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -13,7 +13,7 @@ source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
|
|||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
git checkout "022e95d8f2dfc2ae5b8fe7744ac30fe78367b507"
|
git checkout "5cf5c914a268ce0720f3862bd6e781b37ca768da"
|
||||||
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
|
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user