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

Jelle van der Waa jelle at archlinux.org
Wed May 26 13:27:00 UTC 2021


    Date: Wednesday, May 26, 2021 @ 13:27:00
  Author: jelle
Revision: 946641

Cleanup of python-setuptools dependency for console scripts

Modified:
  dot2tex/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 13:20:11 UTC (rev 946640)
+++ PKGBUILD	2021-05-26 13:27:00 UTC (rev 946641)
@@ -4,12 +4,13 @@
 
 pkgname=dot2tex
 pkgver=2.11.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Graphviz to LaTeX converter"
 arch=('any')
 url="https://dot2tex.readthedocs.io/en/latest/"
 license=('MIT')
-depends=('python-pyparsing' 'graphviz' 'python-setuptools')
+depends=('python-pyparsing' 'graphviz')
+makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
 sha512sums=('1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714')
 



More information about the arch-commits mailing list