Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
dot2tex


Commits:
b7e500d5 by Jelle van der Waa at 2026-05-16T12:11:39+02:00
upgpkg: 2.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = dot2tex
        pkgdesc = Graphviz to LaTeX converter
-       pkgver = 2.11.3
-       pkgrel = 9
+       pkgver = 2.12.0
+       pkgrel = 1
        url = https://dot2tex.readthedocs.io/en/latest/
        arch = any
        license = MIT
@@ -11,9 +11,7 @@ pkgbase = dot2tex
        makedepends = python-wheel
        depends = python-pyparsing
        depends = graphviz
-       source = 
dot2tex-2.11.3.tar.gz::https://github.com/kjellmf/dot2tex/archive/2.11.3.tar.gz
-       source = 0001-Remove-script-with-same-name-as-entry-point.patch
-       sha512sums = 
1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714
-       sha512sums = 
2d2445f8fce1118717247d9e31bb1123dda642fe1d116e1959c6927762f7bdf7e0c3faf692fc36cfb9e06a5f0816934c07b296e493d979f29a7d88554a2899c4
+       source = 
dot2tex-2.12.0.tar.gz::https://github.com/sagemath/dot2tex/archive/2.12.0.tar.gz
+       sha512sums = 
b8b1f3d8ea59a4c0ea61e6d62c702278368457bb7f2aa5eadc8bd95ed9ce766132b9a309f74c6fab8ad2c18e37ed12bef20090f3974c25af9cdbf196388ab083
 
 pkgname = dot2tex


=====================================
PKGBUILD
=====================================
@@ -3,24 +3,16 @@
 # Maintainer: Daniel J Griffiths <[email protected]>
 
 pkgname=dot2tex
-pkgver=2.11.3
-pkgrel=9
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="Graphviz to LaTeX converter"
 arch=('any')
 url="https://dot2tex.readthedocs.io/en/latest/";
 license=('MIT')
 depends=('python-pyparsing' 'graphviz')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz
-        0001-Remove-script-with-same-name-as-entry-point.patch)
-sha512sums=('1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714'
-            
'2d2445f8fce1118717247d9e31bb1123dda642fe1d116e1959c6927762f7bdf7e0c3faf692fc36cfb9e06a5f0816934c07b296e493d979f29a7d88554a2899c4')
-
-prepare() {
-  # Remove script with same name as entry point
-  # 
https://github.com/xyz2tex/dot2tex/commit/98a0fbd0c4e13df98b8fb69c241665ab774fda2e
-   patch -Np1 -i ../0001-Remove-script-with-same-name-as-entry-point.patch -d 
${pkgname}-${pkgver}
-}
+source=($pkgname-$pkgver.tar.gz::https://github.com/sagemath/dot2tex/archive/$pkgver.tar.gz)
+sha512sums=('b8b1f3d8ea59a4c0ea61e6d62c702278368457bb7f2aa5eadc8bd95ed9ce766132b9a309f74c6fab8ad2c18e37ed12bef20090f3974c25af9cdbf196388ab083')
 
 build() {
        cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dot2tex/-/commit/b7e500d5c1075c7fbcaace4c0b2e6bd3849aaee5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dot2tex/-/commit/b7e500d5c1075c7fbcaace4c0b2e6bd3849aaee5
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to