diff --git a/nginxbeautifier/.SRCINFO b/nginxbeautifier/.SRCINFO index a970a41..4f3bfd4 100644 --- a/nginxbeautifier/.SRCINFO +++ b/nginxbeautifier/.SRCINFO @@ -9,7 +9,6 @@ pkgbase = nginxbeautifier makedepends = npm depends = nodejs source = nginxbeautifier::git+https://github.com/vasilevich/nginxbeautifier.git#commit=734ff631f254d8f17661d81e43927ba68e69f545 - sha512sums = SKIP + b2sums = SKIP pkgname = nginxbeautifier - diff --git a/nginxbeautifier/PKGBUILD b/nginxbeautifier/PKGBUILD index bef4b2a..4c14cb3 100644 --- a/nginxbeautifier/PKGBUILD +++ b/nginxbeautifier/PKGBUILD @@ -1,19 +1,19 @@ -# Maintainer: Sefa Eyeoglu +# Maintainer: Giovanni Harting <539@idlegandalf.com> +# Contributor: Sefa Eyeoglu # Contributor: Yosef Langer (vasilevich1234 dot gmail dot ...) -_commit=734ff631f254d8f17661d81e43927ba68e69f545 pkgname=nginxbeautifier pkgver=1.0.19 pkgrel=2 pkgdesc="nginx config file formatter and beautifier" arch=(any) url="https://github.com/vasilevich/nginxbeautifier" -license=("Apache") -depends=("nodejs") -makedepends=("git" "npm") +license=(Apache) +depends=(nodejs) +makedepends=(git npm) +_commit=734ff631f254d8f17661d81e43927ba68e69f545 source=("$pkgname::git+https://github.com/vasilevich/nginxbeautifier.git#commit=${_commit}") -sha512sums=('SKIP') - +b2sums=('SKIP') prepare() { cd "${pkgname}" @@ -45,3 +45,5 @@ package() { ln -s "/usr/lib/node_modules/${pkgname}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md" } +# vim:set ts=2 sw=2 et: +