[arch-commits] Commit in python-jsbeautifier/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Feb 2 03:49:17 UTC 2021


    Date: Tuesday, February 2, 2021 @ 03:49:17
  Author: polyzen
Revision: 840968

upgpkg: python-jsbeautifier 1.13.6-1: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-jsbeautifier/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 03:48:26 UTC (rev 840967)
+++ PKGBUILD	2021-02-02 03:49:17 UTC (rev 840968)
@@ -3,14 +3,15 @@
 
 pkgname=('python-jsbeautifier' 'python-cssbeautifier')
 pkgbase=python-jsbeautifier
-pkgver=1.13.5
+pkgver=1.13.6
 pkgrel=1
 arch=('any')
 license=('MIT')
 url='https://github.com/beautify-web/js-beautify'
-depends=('python-setuptools' 'python-six' 'python-editorconfig')
+depends=('python-editorconfig' 'python-six')
+makedepends=('python-setuptools')
 source=("https://github.com/beautify-web/js-beautify/archive/v$pkgver/js-beautify-v$pkgver.tar.gz")
-sha512sums=('9157b4004bf4ff8356735e650322e1424bd6251d1cfd3a398c5ea809bdc4466704ae8c387e42ec823a4fd41986c34b7c595f34d3f14dbc967e91da9c2de63cc3')
+b2sums=('7318efeccbc3637b9fd5a208f66db30f48d29d3aea7166ca8bd58c83fbfb17c6367ea36bcb35c753628632c845de3a61f1ea3db64f2c0a5095e6e1da447aa5ef')
 
 prepare() {
   cd js-beautify-$pkgver



More information about the arch-commits mailing list