summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-10-25 12:28:38 -0700
committerRich Li2018-10-25 12:28:38 -0700
commit870bed578a34ec9e07421826173a980f727f6476 (patch)
tree99c768712bfd6b180e5c57ff107dae5b4d323f9d
parentafe934b2f81c2905ae602b8ef476c350d87fde2d (diff)
downloadaur-870bed578a34ec9e07421826173a980f727f6476.tar.gz
Update package checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d6c3b57eed..2766c063ff22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,9 +16,9 @@ pkgbase = python-xarray
optdepends = python-dask: Enable out-of-core parallel computation
replaces = python-xray
source = python-xarray-0.10.9.tar.gz::https://github.com/pydata/xarray/archive/v0.10.9.tar.gz
- md5sums = 10e8704e7e7bb19f147abba964b663aa
- sha1sums = ae46142819b4d0c050246e9972f40fc8796ded26
- sha256sums = c5867123f305474d9b5d78ad91eb85e0f68f0a4a0284d67f2c2a45cb618471b6
+ md5sums = f8818593c655407e3e0556d4b2cf7500
+ sha1sums = 32978821c6af2d3e817df79cc4e9f4254b00d310
+ sha256sums = 26467db272c250696152b305f83fa86746841614b6de562c897b14a65fabf5ea
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 73c75d42c272..ff169f6bfdb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,9 +19,9 @@ replaces=('python-xray')
#source=(https://pypi.python.org/packages/source/x/xarray/xarray-"$pkgver".tar.gz)
# I'm using the Github source instead of the PyPI source since the Github source includes the data files used for testing
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydata/xarray/archive/v$pkgver.tar.gz")
-md5sums=('10e8704e7e7bb19f147abba964b663aa')
-sha1sums=('ae46142819b4d0c050246e9972f40fc8796ded26')
-sha256sums=('c5867123f305474d9b5d78ad91eb85e0f68f0a4a0284d67f2c2a45cb618471b6')
+md5sums=('f8818593c655407e3e0556d4b2cf7500')
+sha1sums=('32978821c6af2d3e817df79cc4e9f4254b00d310')
+sha256sums=('26467db272c250696152b305f83fa86746841614b6de562c897b14a65fabf5ea')
build() {
cd "$srcdir/xarray-$pkgver"