summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-03-13 14:50:41 -0700
committerRich Li2018-03-13 14:50:41 -0700
commit17bbaa432a2a26c6918577c57314add835a53920 (patch)
tree47e74a65e16ffdb760a77b1278f4606e389770be
parent0fd835cb48718768361bb87928d437fae024b55d (diff)
downloadaur-17bbaa432a2a26c6918577c57314add835a53920.tar.gz
Update to version 0.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7b02171ae00..bf8c1635db9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.10.1
+ pkgver = 0.10.2
pkgrel = 1
url = http://xarray.pydata.org
arch = any
@@ -15,10 +15,10 @@ pkgbase = python-xarray
optdepends = python-matplotlib: Plotting support
optdepends = python-dask: Enable out-of-core parallel computation
replaces = python-xray
- source = python-xarray-0.10.1.tar.gz::https://github.com/pydata/xarray/archive/v0.10.1.tar.gz
- md5sums = 37f177eff04d86ca49f71cbe0569ef21
- sha1sums = 09878ff9f05fb98517b1963135223c28ce5e9578
- sha256sums = e0d92c47fbb8d23b5852fdfc2a899abadd792b31ff008c9570477d668625cfa1
+ source = python-xarray-0.10.2.tar.gz::https://github.com/pydata/xarray/archive/v0.10.2.tar.gz
+ md5sums = a0dac4e1dcb65909b50a19ccc3499ce5
+ sha1sums = 95bce2cff07cf2501cf7759d7632330d4bdf1b30
+ sha256sums = 61a1e08b64b5dce6c115eb53a5b14eee9844d757775c52f9e100fd8c00ff8f54
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index ebd42432a516..1e948eb5d9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
@@ -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=('37f177eff04d86ca49f71cbe0569ef21')
-sha1sums=('09878ff9f05fb98517b1963135223c28ce5e9578')
-sha256sums=('e0d92c47fbb8d23b5852fdfc2a899abadd792b31ff008c9570477d668625cfa1')
+md5sums=('a0dac4e1dcb65909b50a19ccc3499ce5')
+sha1sums=('95bce2cff07cf2501cf7759d7632330d4bdf1b30')
+sha256sums=('61a1e08b64b5dce6c115eb53a5b14eee9844d757775c52f9e100fd8c00ff8f54')
build() {
cd "$srcdir/xarray-$pkgver"