Update to 1.0.18
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = nginxbeautifier
|
||||
pkgdesc = Nginx config formatter and beautifier.
|
||||
pkgver = 1.0.13
|
||||
pkgver = 1.0.18
|
||||
pkgrel = 1
|
||||
url = https://nginxbeautifier.com
|
||||
arch = any
|
||||
@@ -8,7 +8,6 @@ pkgbase = nginxbeautifier
|
||||
depends = nodejs
|
||||
provides = nginxbeautifier
|
||||
source = nginxbeautifier::git://github.com/vasilevich/nginxbeautifier.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = nginxbeautifier
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
||||
|
||||
pkgname=nginxbeautifier
|
||||
pkgver=1.0.16
|
||||
pkgver=1.0.18
|
||||
pkgrel=1
|
||||
pkgdesc='Nginx config formatter and beautifier.'
|
||||
arch=('any')
|
||||
@@ -10,10 +10,10 @@ license=('Apache-2.0')
|
||||
provides=('nginxbeautifier')
|
||||
depends=('nodejs')
|
||||
source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
|
||||
md5sums=('SKIP')
|
||||
sha512sum=('SKIP')
|
||||
package() {
|
||||
cd "$pkgname"
|
||||
git checkout "5cf5c914a268ce0720f3862bd6e781b37ca768da"
|
||||
git checkout "49eaeb032466797705edcd4680d965e5d4ac513d"
|
||||
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user