summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2019-01-21 11:20:17 -0800
committerRich Li2019-01-21 11:20:17 -0800
commit93eb78dae1da2bfde77d81f75359efac9eaff91b (patch)
tree5d29e54fe57780f60d2a16da99531d66abf050f6
parent78e28a13a0dbf7ddc4465ad82c278206cae9f08d (diff)
downloadaur-93eb78dae1da2bfde77d81f75359efac9eaff91b.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 c38b6c6a45e3..8eed34b532ec 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.11.2.tar.gz::https://github.com/pydata/xarray/archive/v0.11.2.tar.gz
- md5sums = ef65b6140d42a7d83debb310713869df
- sha1sums = eec9a96b6482151c1123b728a656462ab1361d4f
- sha256sums = f171df10e818ce0c7b73fda0e1739176a5c85a4a54a9e39d74e060f3b1593643
+ md5sums = 1b7b72632520e334b4bb3684c1b6f7b3
+ sha1sums = bed354712d7bf0fc1af68583e6854523bfa28413
+ sha256sums = 12659ca2f70c91dc16c5f0cb1b5333a4d749ab869933a0a9a3cf69edffd3d985
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 0ac57c7f7dbc..84095878f693 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=('ef65b6140d42a7d83debb310713869df')
-sha1sums=('eec9a96b6482151c1123b728a656462ab1361d4f')
-sha256sums=('f171df10e818ce0c7b73fda0e1739176a5c85a4a54a9e39d74e060f3b1593643')
+md5sums=('1b7b72632520e334b4bb3684c1b6f7b3')
+sha1sums=('bed354712d7bf0fc1af68583e6854523bfa28413')
+sha256sums=('12659ca2f70c91dc16c5f0cb1b5333a4d749ab869933a0a9a3cf69edffd3d985')
build() {
cd "$srcdir/xarray-$pkgver"