Date: Monday, February 7, 2022 @ 11:46:59 Author: felixonmars Revision: 1127610
upgpkg: python-prettytable 1.0.1-1 Modified: python-prettytable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-07 11:46:28 UTC (rev 1127609) +++ PKGBUILD 2022-02-07 11:46:59 UTC (rev 1127610) @@ -4,8 +4,8 @@ _pkgname=prettytable pkgname=python-prettytable -pkgver=1.0.0 -pkgrel=3 +pkgver=1.0.1 +pkgrel=1 pkgdesc="A simple Python library for easily displaying tabular data" url="https://github.com/jazzband/prettytable" arch=('any') @@ -15,7 +15,7 @@ checkdepends=('python-pytest') source=("https://files.pythonhosted.org/packages/source/p/prettyTable/prettytable-${pkgver}.tar.gz" '0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch') -sha512sums=('2b19d46e375fcc6f6f518d335e5d1e14eac854d0545000581496a13df03292a888ed05e7c9952afccc06706fc5258f7beb27c60291b336d586cebe432b784713' +sha512sums=('5031bc5e4b70cced9c6410dad9e9a499362322834de26ea852570b588c437ad3161afe4d3b83bc1f24f02b3c748978e3eeda24608c366e43b1434e881322bdc9' '86cf8be475f62b0dfaa2483a37293cefd61e97bfe3c1226076cacc199da69bc5ea7e561bc311dd1b65f808f4fab202a0d38f702568ab7fbc091f285d2e52c924') export SETUPTOOLSA_SCM_PRETEND_VERSION=$pkgver
