summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 841e7f25b8bf..69b5d0bb2443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-s3fs
_pkgname=s3fs
-pkgver=2021.10.1
+pkgver=2022.01.0
pkgrel=1
pkgdesc="A python file interface to S3."
arch=('any')
@@ -12,8 +12,8 @@ depends=('python' 'python-aiobotocore' 'python-fsspec>=2021.7.0')
checkdepends=('python-dask' 'python-flask-cors' 'python-moto' 'python-pytest' 'python-xarray' 'python-zarr')
optdepends=()
makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dask/s3fs/archive/$pkgver.tar.gz")
-sha256sums=('6d0f82d1b92723e99a3d43cb27e82ae17ade9d765dbe628e010d2e1707a9d173')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fsspec/s3fs/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('45f6703e6922104c77439bae1075d2caa8aa6f53acfc798f62629b36c94826ef')
build(){
cd "$_pkgname-$pkgver"