Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-jsbeautifier
Commits: 25ba764d by Daniel M. Capella at 2025-02-09T20:24:33-05:00 upgpkg: 1.15.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-jsbeautifier - pkgver = 1.15.1 - pkgrel = 3 + pkgver = 1.15.2 + pkgrel = 1 url = https://github.com/beautify-web/js-beautify arch = any license = MIT @@ -11,8 +11,8 @@ pkgbase = python-jsbeautifier makedepends = python-wheel depends = python-editorconfig depends = python-six - source = git+https://github.com/beautify-web/js-beautify.git#tag=v1.15.1 - b2sums = 3b450fcea9cdf47fa0e7613002fb95ab2a9c7f3f51daf0cea53e7955db25c971ac02c046cb36b554735d216db88d488df2740ffc56e3658532a51d4babafc68d + source = git+https://github.com/beautify-web/js-beautify.git#tag=v1.15.2 + b2sums = eea2b1f42363def917de102da3c84997191dcdcf123f71e7cc85213ee507a67e37a1610639b765960be231c16cd142c8863dffab1cdf5cb5fc5d6c9533eb6cc5 pkgname = python-jsbeautifier pkgdesc = JavaScript unobfuscator and beautifier ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=('python-jsbeautifier' 'python-cssbeautifier') pkgbase=python-jsbeautifier -pkgver=1.15.1 -pkgrel=3 +pkgver=1.15.2 +pkgrel=1 arch=('any') license=('MIT') url='https://github.com/beautify-web/js-beautify' @@ -17,7 +17,7 @@ makedepends=( 'python-wheel' ) source=("git+$url.git#tag=v$pkgver") -b2sums=('3b450fcea9cdf47fa0e7613002fb95ab2a9c7f3f51daf0cea53e7955db25c971ac02c046cb36b554735d216db88d488df2740ffc56e3658532a51d4babafc68d') +b2sums=('eea2b1f42363def917de102da3c84997191dcdcf123f71e7cc85213ee507a67e37a1610639b765960be231c16cd142c8863dffab1cdf5cb5fc5d6c9533eb6cc5') prepare() { cd js-beautify View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsbeautifier/-/commit/25ba764d6c9c45882b575a3a0bb4541899a73a36 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsbeautifier/-/commit/25ba764d6c9c45882b575a3a0bb4541899a73a36 You're receiving this email because of your account on gitlab.archlinux.org.