summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2019-01-21 11:20:17 -0800
committerRich Li2019-01-21 11:20:17 -0800
commit1716f45901b473883359fe04553f9db42406af04 (patch)
treecf82534c47ed9f2bd91a1c5f40c5ee8d0a57ffe3
parent2bcdfa785f413f43d21b04d75bee0f6be404671e (diff)
downloadaur-1716f45901b473883359fe04553f9db42406af04.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 21a9189de8e1..6e122f139d65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,9 +17,9 @@ pkgbase = python2-xarray
optdepends = python2-matplotlib: Plotting support
replaces = python2-xray
source = python2-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 = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index ea85139d4d5a..6672bbe124dc 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=('ef65b6140d42a7d83debb310713869df')
-sha1sums=('eec9a96b6482151c1123b728a656462ab1361d4f')
-sha256sums=('f171df10e818ce0c7b73fda0e1739176a5c85a4a54a9e39d74e060f3b1593643')
+md5sums=('1b7b72632520e334b4bb3684c1b6f7b3')
+sha1sums=('bed354712d7bf0fc1af68583e6854523bfa28413')
+sha256sums=('12659ca2f70c91dc16c5f0cb1b5333a4d749ab869933a0a9a3cf69edffd3d985')
build() {
cd "$srcdir/xarray-$pkgver"