Date: Wednesday, February 17, 2021 @ 20:42:46 Author: felixonmars Revision: 862705
upgpkg: python-pydot 1.4.2-1 Modified: python-pydot/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-17 20:42:39 UTC (rev 862704) +++ PKGBUILD 2021-02-17 20:42:46 UTC (rev 862705) @@ -3,8 +3,8 @@ # Contributor: phillid <dbphillipsnz _at_thingy_that_swirly_a_symbol gmaildott comm> pkgname=python-pydot -pkgver=1.4.1 -pkgrel=5 +pkgver=1.4.2 +pkgrel=1 pkgdesc="Python interface to Graphviz's Dot" arch=('any') url="https://github.com/erocarrera/pydot" @@ -13,7 +13,7 @@ makedepends=('python-setuptools') checkdepends=('python-chardet') source=("$pkgname-$pkgver.tar.gz::https://github.com/erocarrera/pydot/archive/v$pkgver.tar.gz") -sha512sums=('b5f16b59908586df61cd415cb1a3e242fb69c39674a82b171862beff1f3727f47cba39bdd806901cb56bc8a6888783a53d112b1b70044e124ea992789d77f938') +sha512sums=('caa8051561710129b5164fd1392da941829fd977092a6ec8b00efe7a199d2d60bc7ef13cb0e51615f384550f0fb80190d0f56b83d8d80d1fe372efb5dbbd3632') build() { cd pydot-$pkgver