fixed: dont touch make filenaems lowercase
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.10
|
pkgver=1.0.11
|
||||||
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 "e165def8f4b107bcd3f9f593f83bfa286070b42e"
|
git checkout "022e95d8f2dfc2ae5b8fe7744ac30fe78367b507"
|
||||||
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