Date: Monday, July 27, 2020 @ 23:37:47 Author: archange Revision: 665555
Fix license Modified: python-fsspec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-27 23:26:33 UTC (rev 665554) +++ PKGBUILD 2020-07-27 23:37:47 UTC (rev 665555) @@ -3,11 +3,11 @@ _pkg=filesystem_spec pkgname=python-fsspec pkgver=0.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="Specification that python filesystems should adhere to." arch=(any) url="https://github.com/intake/filesystem_spec" -license=(MIT) +license=(BSD) makedepends=(python-setuptools) depends=(python) checkdepends=(
