summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-10-25 12:28:38 -0700
committerRich Li2018-10-25 12:28:38 -0700
commit247636211769d0271eabc04296665113c07ca0ce (patch)
tree0138f7ef4cb97b398f602f9ffaf84cb089dad793
parentd356a25add3c0f463fd82f4b52ed5661788db25d (diff)
downloadaur-247636211769d0271eabc04296665113c07ca0ce.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 52743ac6bcfb..bd0b8826a582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,9 +17,9 @@ pkgbase = python2-xarray
optdepends = python2-matplotlib: Plotting support
replaces = python2-xray
source = python2-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 = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 5a1ebe22dfb1..66c18ee1e6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,9 +20,9 @@ replaces=('python2-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"