summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-08-15 15:49:33 -0400
committerGuillaume Horel2023-08-15 15:49:33 -0400
commit64d8462958297ae0bc51efef6950caa0548946d3 (patch)
tree1995053340662851a1e9a2e5ef059de4f5632e1d /PKGBUILD
parent11fb457d5d1826f83bdb9b2da8a2eb900bd362cd (diff)
downloadaur-64d8462958297ae0bc51efef6950caa0548946d3.tar.gz
bump to 2023.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff41b6738ed1..f815fa0dc1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-s3fs
_pkgname=s3fs
-pkgver=2022.11.0
+pkgver=2023.6.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=('8957b7e1acadf00e9201da6386d55593ce6478a3b392a1d06c3758bbf78ece5d')
+sha256sums=('8f7544d3757ccd1014413cb923e55046ce620cf0be63f363e20b6eb2aa706230')
build(){
cd "$_pkgname-$pkgver"