Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pydot
Commits: fca51f26 by Antonio Rojas at 2024-04-27T20:15:37+02:00 upgpkg: 2.0.0-1: Update to 2.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pydot pkgdesc = Python interface to Graphviz's Dot - pkgver = 1.4.2 - pkgrel = 5 + pkgver = 2.0.0 + pkgrel = 1 url = https://github.com/erocarrera/pydot arch = any license = MIT @@ -9,7 +9,7 @@ pkgbase = python-pydot makedepends = python-setuptools depends = python-pyparsing depends = graphviz - source = python-pydot-1.4.2.tar.gz::https://github.com/erocarrera/pydot/archive/v1.4.2.tar.gz - sha512sums = caa8051561710129b5164fd1392da941829fd977092a6ec8b00efe7a199d2d60bc7ef13cb0e51615f384550f0fb80190d0f56b83d8d80d1fe372efb5dbbd3632 + source = python-pydot-2.0.0.tar.gz::https://github.com/erocarrera/pydot/archive/v2.0.0.tar.gz + sha512sums = 09102930a59ac4339e1d1e4f7a9d075f99eda6cb060885631a72f1fded90d001bd02940b55addc0c92856e95321cb3b344a1797b4809ac7c9048ac57c81d4707 pkgname = python-pydot ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: phillid <dbphillipsnz _at_thingy_that_swirly_a_symbol gmaildott comm> pkgname=python-pydot -pkgver=1.4.2 -pkgrel=5 +pkgver=2.0.0 +pkgrel=1 pkgdesc="Python interface to Graphviz's Dot" arch=('any') url="https://github.com/erocarrera/pydot" @@ -13,7 +13,7 @@ depends=('python-pyparsing' 'graphviz') makedepends=('python-setuptools') checkdepends=('python-chardet') source=("$pkgname-$pkgver.tar.gz::https://github.com/erocarrera/pydot/archive/v$pkgver.tar.gz") -sha512sums=('caa8051561710129b5164fd1392da941829fd977092a6ec8b00efe7a199d2d60bc7ef13cb0e51615f384550f0fb80190d0f56b83d8d80d1fe372efb5dbbd3632') +sha512sums=('09102930a59ac4339e1d1e4f7a9d075f99eda6cb060885631a72f1fded90d001bd02940b55addc0c92856e95321cb3b344a1797b4809ac7c9048ac57c81d4707') build() { cd pydot-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydot/-/commit/fca51f26e436ac92feb6accc8c02a484037b222a -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydot/-/commit/fca51f26e436ac92feb6accc8c02a484037b222a You're receiving this email because of your account on gitlab.archlinux.org.