Date: Tuesday, January 12, 2021 @ 13:12:45 Author: felixonmars Revision: 819876
upgpkg: python-jsbeautifier 1.13.1-1 Modified: python-jsbeautifier/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-12 13:11:08 UTC (rev 819875) +++ PKGBUILD 2021-01-12 13:12:45 UTC (rev 819876) @@ -3,14 +3,14 @@ pkgname=('python-jsbeautifier' 'python-cssbeautifier') pkgbase=python-jsbeautifier -pkgver=1.13.0 -pkgrel=4 +pkgver=1.13.1 +pkgrel=1 arch=('any') license=('MIT') url='https://github.com/beautify-web/js-beautify' depends=('python-setuptools' 'python-six' 'python-editorconfig') source=("https://github.com/beautify-web/js-beautify/archive/v$pkgver/js-beautify-v$pkgver.tar.gz") -sha512sums=('a60a71f8ef1b3751ab32fa5884bc07d46f2f02ce06d3527e15ef4d709eae625677b31a69990e56da859ad6c72aefe41992155cfaaeea8590dd505003ccfd7979') +sha512sums=('e9a2ef59c921ffdf9546ff411200d6c260fa4ff1a80b1af16fe901a9de189c168ead5edef1e6fd365565ae4fbd6ad35a70adfb98fb1ba5692b532f84adb1b070') prepare() { cd js-beautify-$pkgver