summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-04-20 22:27:40 -0400
committerGuillaume Horel2023-04-20 22:28:02 -0400
commit11fb457d5d1826f83bdb9b2da8a2eb900bd362cd (patch)
tree17c1c4ddfcb1fe7884dcd43250f1fd787300aa20 /PKGBUILD
parented96cd69b8116d68b4520b83db2e233182b0f710 (diff)
downloadaur-11fb457d5d1826f83bdb9b2da8a2eb900bd362cd.tar.gz
bump to 2022.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23104b9d4554..ff41b6738ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-s3fs
_pkgname=s3fs
-pkgver=2022.7.1
+pkgver=2022.11.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-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/fsspec/s3fs/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('7e65cad74cdba69ce58f7023b1f338406d8d0c94ea38a0abff84105fba94c166')
+sha256sums=('8957b7e1acadf00e9201da6386d55593ce6478a3b392a1d06c3758bbf78ece5d')
build(){
cd "$_pkgname-$pkgver"