made it take a specific source

This commit is contained in:
Yosef
2016-08-28 16:20:38 +00:00
parent 15c65f3a0c
commit f255c7f2a3

View File

@@ -1,7 +1,7 @@
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
pkgname=nginxbeautifier
pkgver=latest
pkgver=Stable
pkgrel=1
pkgdesc='Nginx config formatter and beautifier.'
arch=('any')
@@ -13,6 +13,7 @@ source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
md5sums=('SKIP')
package() {
cd "$pkgname"
git checkout "e165def8f4b107bcd3f9f593f83bfa286070b42e"
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
}