Date: Monday, August 22, 2022 @ 19:36:43 Author: felixonmars Revision: 1274865
upgpkg: python-clevercsv 0.7.1-1 Modified: python-clevercsv/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-22 19:34:16 UTC (rev 1274864) +++ PKGBUILD 2022-08-22 19:36:43 UTC (rev 1274865) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-clevercsv -pkgver=0.7.0 -pkgrel=3 +pkgver=0.7.1 +pkgrel=1 pkgdesc="A Python package for handling messy CSV files" url="https://github.com/alan-turing-institute/CleverCSV" license=('MIT') @@ -9,11 +9,11 @@ arch=('x86_64') depends=('python-chardet' 'python-regex') makedepends=('python-setuptools') -optdepends=('python-pandas' 'python-cleo' 'python-clikit' 'python-tabview') -checkdepends=('python-pytest-runner' 'python-pandas' 'python-cleo' 'python-clikit' 'python-tabview' - 'python-termcolor') +optdepends=('python-pandas' 'python-tabview' 'python-cleo' 'python-clikit' 'python-cchardet') +checkdepends=('python-pytest-runner' 'python-pandas' 'python-tabview' 'python-cleo' 'python-clikit' + 'python-cchardet' 'python-termcolor') source=("https://github.com/alan-turing-institute/CleverCSV/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('241e4ac113c6542024d853f02b81c8f6a809ccbcefda78c250aeae10dd05a1510217a78c0ccc0359401364d77adcdfb22caf63689e55ff26495e4f2da92f8c4e') +sha512sums=('4ca03f63974804ce9c0431ed9f7bbc85d52003f83cbfbc70be0cf23f807c90e7e0f5fd863f010066ae5c5fddd4935287e1c6059e2c1267627ba83b1893d79c7f') build() { cd CleverCSV-$pkgver
