diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=python-s3fs _pkgname=s3fs -pkgver=2025.2.0 +pkgver=2025.3.0 pkgrel=1 pkgdesc="A python file interface to S3." arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-dask' 'python-flask-cors' 'python-moto' 'python-pytest' 'p optdepends=() makedepends=(python-build python-installer python-setuptools) source=("$pkgname-$pkgver.tar.gz::https://github.com/fsspec/s3fs/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('cce5896decb09c75a0f5605793209c3a1dae91aa4bd5b9b4d2ff0526ffb2e256') +sha256sums=('dfe30ba0a32e036a80ffde641d8eff7f35c25997e443359fa96a78c75491bb41') build(){ cd "$_pkgname-$pkgver" |