Update to 1.0.18
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = nginxbeautifier
|
pkgbase = nginxbeautifier
|
||||||
pkgdesc = Nginx config formatter and beautifier.
|
pkgdesc = Nginx config formatter and beautifier.
|
||||||
pkgver = 1.0.13
|
pkgver = 1.0.18
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://nginxbeautifier.com
|
url = https://nginxbeautifier.com
|
||||||
arch = any
|
arch = any
|
||||||
@@ -8,7 +8,6 @@ pkgbase = nginxbeautifier
|
|||||||
depends = nodejs
|
depends = nodejs
|
||||||
provides = nginxbeautifier
|
provides = nginxbeautifier
|
||||||
source = nginxbeautifier::git://github.com/vasilevich/nginxbeautifier.git
|
source = nginxbeautifier::git://github.com/vasilevich/nginxbeautifier.git
|
||||||
md5sums = SKIP
|
|
||||||
|
|
||||||
pkgname = nginxbeautifier
|
pkgname = nginxbeautifier
|
||||||
|
|
||||||
|
6
PKGBUILD
6
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.16
|
pkgver=1.0.18
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nginx config formatter and beautifier.'
|
pkgdesc='Nginx config formatter and beautifier.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -10,10 +10,10 @@ license=('Apache-2.0')
|
|||||||
provides=('nginxbeautifier')
|
provides=('nginxbeautifier')
|
||||||
depends=('nodejs')
|
depends=('nodejs')
|
||||||
source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
|
source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
|
||||||
md5sums=('SKIP')
|
sha512sum=('SKIP')
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
git checkout "5cf5c914a268ce0720f3862bd6e781b37ca768da"
|
git checkout "49eaeb032466797705edcd4680d965e5d4ac513d"
|
||||||
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