Date: Monday, December 20, 2021 @ 11:55:34 Author: felixonmars Revision: 1080129
upgpkg: python-fs 2.4.14-1 Modified: python-fs/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 11:54:56 UTC (rev 1080128) +++ PKGBUILD 2021-12-20 11:55:34 UTC (rev 1080129) @@ -1,16 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-fs -pkgver=2.4.13 -pkgrel=4 +pkgver=2.4.14 +pkgrel=1 pkgdesc="Filesystem abstraction layer" arch=('any') license=('BSD') url="https://pypi.python.org/pypi/fs/" depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six') -checkdepends=('python-pytest-runner' 'fuse2' 'python-pyftpdlib' 'python-psutil' 'python-pysendfile') -source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz") -sha512sums=('c07bf6a8d373a11019709ada392153dbf953399631fa388433f9b7b73d9ae1072ea70b8ed9896752161a4737a399520f030b7875dc23137f418268c5acc24f48') +checkdepends=('python-pytest-runner' 'fuse2' 'python-pyftpdlib' 'python-psutil' 'python-pysendfile' + 'python-parameterized') +source=("https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('7bc69e23e6477a68fdf87d18403ba0bff2ff4eb2d0cf3cd9c7b0078885ed9d718e3f4f5f22bd77c6bcca6ebfa990045104a2d5abcf473a9d77a28aa94884650b') build() { cd pyfilesystem2-$pkgver
