summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-02-26 12:26:17 -0800
committerRich Li2018-02-26 12:26:17 -0800
commit0fd835cb48718768361bb87928d437fae024b55d (patch)
tree8e6ec2236a290953d846bfbe2917b195c637496d
parent8183c4e0a4a79dd921fd3986d9dc1b72aff58ed1 (diff)
downloadaur-0fd835cb48718768361bb87928d437fae024b55d.tar.gz
Update to version 0.10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dadd7d3e6fde..e7b02171ae00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.10.0
+ pkgver = 0.10.1
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.0.tar.gz::https://github.com/pydata/xarray/archive/v0.10.0.tar.gz
- md5sums = 978823622e0acbd2fcc7ffd01857685a
- sha1sums = 591f1b0bb82716de7a9325078d0a461178006357
- sha256sums = 9191838f82467b3e2cc11670f6573202548ac9562d6d3abba6bcba34fc1b66f0
+ 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
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 75437ce7e413..ebd42432a516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.10.0
+pkgver=0.10.1
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=('978823622e0acbd2fcc7ffd01857685a')
-sha1sums=('591f1b0bb82716de7a9325078d0a461178006357')
-sha256sums=('9191838f82467b3e2cc11670f6573202548ac9562d6d3abba6bcba34fc1b66f0')
+md5sums=('37f177eff04d86ca49f71cbe0569ef21')
+sha1sums=('09878ff9f05fb98517b1963135223c28ce5e9578')
+sha256sums=('e0d92c47fbb8d23b5852fdfc2a899abadd792b31ff008c9570477d668625cfa1')
build() {
cd "$srcdir/xarray-$pkgver"