summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-30 21:15:18 -0400
committerGuillaume Horel2020-04-30 21:15:18 -0400
commit530575dd5d2eb9e8211694c450caee0df46ba097 (patch)
tree23a7a4e09cbaade2178f15d9a88fe70cf8119aa9 /PKGBUILD
parent4813e7e16cfa23458f2e33c4157a07714bb9adb3 (diff)
downloadaur-530575dd5d2eb9e8211694c450caee0df46ba097.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"