Date: Monday, March 6, 2023 @ 19:01:12 Author: felixonmars Revision: 1416058
upgpkg: python-vistir 0.8.0-1 Modified: python-vistir/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 19:00:59 UTC (rev 1416057) +++ PKGBUILD 2023-03-06 19:01:12 UTC (rev 1416058) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-vistir -pkgver=0.7.5 +pkgver=0.8.0 pkgrel=1 pkgdesc="Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more" url="https://github.com/sarugaku/vistir" @@ -9,10 +9,9 @@ arch=('any') depends=('python-colorama') makedepends=('python-setuptools' 'python-wheel') -checkdepends=('python-pytest' 'python-hypothesis-fspaths' 'python-pytest-timeout' 'python-requests' - 'python-yaspin') +checkdepends=('python-pytest' 'python-hypothesis-fspaths' 'python-pytest-timeout' 'python-requests') source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/vistir/archive/v$pkgver.tar.gz") -sha512sums=('8b54a21ff9aa443a89f751ef2f4b881e37bfa0f5bf1add10bda5ab8d56e7358d412794ba33125d4acf8be156077905880d4c28a49261eb3954ded5628ad7997e') +sha512sums=('e417b4e43b71679c4e74ccca2156ff2bdff5180479f8af22a70a359e0e864ba80c0cb2e7bae1a1766280c84b8c02f06be79ae090a3ae8883cc73891bd3f77b44') build() { cd vistir-$pkgver
