summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-30 21:15:18 -0400
committerGuillaume Horel2020-04-30 21:15:18 -0400
commit530575dd5d2eb9e8211694c450caee0df46ba097 (patch)
tree23a7a4e09cbaade2178f15d9a88fe70cf8119aa9
parent4813e7e16cfa23458f2e33c4157a07714bb9adb3 (diff)
downloadaur-530575dd5d2eb9e8211694c450caee0df46ba097.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a233d3c641c..d42423fbe194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-s3fs
pkgdesc = A python file interface to S3.
- pkgver = 0.4.0
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/dask/s3fs
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-s3fs
depends = python
depends = python-boto3
depends = python-fsspec
- source = https://github.com/dask/s3fs/archive/0.4.0.tar.gz
- sha256sums = 0f7f1d1c0e90a118e4d532ae4a68b03a4a06974c4a0eba04296411f228208b4a
+ source = python-s3fs-0.4.2.tar.gz::https://github.com/dask/s3fs/archive/0.4.2.tar.gz
+ sha256sums = 939e7d3b30affe7b3a7c7de67d24a287ba26c474f180c84cb2b4c1ea55ecf2f2
pkgname = python-s3fs
diff --git a/PKGBUILD b/PKGBUILD
index 787f46edfbeb..7ceada4b2848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-s3fs
_pkgname=s3fs
-pkgver=0.4.0
+pkgver=0.4.2
pkgrel=1
pkgdesc="A python file interface to S3."
arch=('any')
@@ -12,8 +12,8 @@ depends=('python' 'python-boto3' 'python-fsspec')
checkdepends=('python-moto' 'python-pytest')
optdepends=()
makedepends=('python-setuptools')
-source=("https://github.com/dask/s3fs/archive/$pkgver.tar.gz")
-sha256sums=('0f7f1d1c0e90a118e4d532ae4a68b03a4a06974c4a0eba04296411f228208b4a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dask/s3fs/archive/$pkgver.tar.gz")
+sha256sums=('939e7d3b30affe7b3a7c7de67d24a287ba26c474f180c84cb2b4c1ea55ecf2f2')
package(){
cd "$srcdir/$_pkgname-$pkgver"