summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2017-06-12 13:35:02 -0700
committerRich Li2017-06-12 13:35:02 -0700
commita35ee7cab59c55b7f08bc8138ad9f2cdb5955712 (patch)
treefed41878522835ad2b7f0eb1392ae0c8e3894c9e
parent4e2cb15f579518fed59d5056e2614ef9e3b44977 (diff)
downloadaur-a35ee7cab59c55b7f08bc8138ad9f2cdb5955712.tar.gz
Update to version 0.9.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96d1b03cd42c..0aaccadab953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.9.5
+ pkgver = 0.9.6
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.9.5.tar.gz::https://github.com/pydata/xarray/archive/v0.9.5.tar.gz
- md5sums = ebc96b92cbc92bb80303fb7863bf9ce7
- sha1sums = 725accd0191f496eb3a6766e770123461978c741
- sha256sums = 1b00eba91fcbcdcc0f61854dd8be76e9744fe8a01cec2fa5ce8f1345401a376d
+ source = python-xarray-0.9.6.tar.gz::https://github.com/pydata/xarray/archive/v0.9.6.tar.gz
+ md5sums = 980aa689524338de077d8f889e901327
+ sha1sums = f49c7e9f5c2cf42a3c3427815c0bd08dcaefa135
+ sha256sums = 4b68f2fa5158123f87b158015374e035471dbe00d10e445cb43a5e4ab11045e1
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 12d9c7a70b8c..a996411300cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.9.5
+pkgver=0.9.6
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=('ebc96b92cbc92bb80303fb7863bf9ce7')
-sha1sums=('725accd0191f496eb3a6766e770123461978c741')
-sha256sums=('1b00eba91fcbcdcc0f61854dd8be76e9744fe8a01cec2fa5ce8f1345401a376d')
+md5sums=('980aa689524338de077d8f889e901327')
+sha1sums=('f49c7e9f5c2cf42a3c3427815c0bd08dcaefa135')
+sha256sums=('4b68f2fa5158123f87b158015374e035471dbe00d10e445cb43a5e4ab11045e1')
build() {
cd "$srcdir/xarray-$pkgver"