summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2017-02-01 20:21:26 -0800
committerRich Li2017-02-01 20:21:26 -0800
commit715846e880faeb1f5c2cbaaa5c0f22f039410cfa (patch)
treeab8ee6d946d701739abffbde949a09104e9fa963
parent5fb95f57f87bebad1736473bdb8809e9f3aee7f7 (diff)
downloadaur-715846e880faeb1f5c2cbaaa5c0f22f039410cfa.tar.gz
Update to version 0.9.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca246fdc494f..8377b077c649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.9.0
+ pkgver = 0.9.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.9.0.tar.gz::https://github.com/pydata/xarray/archive/v0.9.0.tar.gz
- md5sums = 891595c6c3220a8bceb4be6b91cc2f52
- sha1sums = f8c014c86cac68abe99e5c3cd715dfabf04a7aa3
- sha256sums = 05a1ee48cd887ff738c8451fcfb9408103f714df94f16cc944b1c160b4064f95
+ source = python-xarray-0.9.1.tar.gz::https://github.com/pydata/xarray/archive/v0.9.1.tar.gz
+ md5sums = db441216fe25492b99462f39d47f363f
+ sha1sums = a7049a4d650cb855b467bf462955e60afb98c612
+ sha256sums = 43a17d234e13f96524c08a0fc19c578a136bf01cf27e759e6c9adbfdeeb68283
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index c7fe2482f662..dc10f5410035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.9.0
+pkgver=0.9.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=('891595c6c3220a8bceb4be6b91cc2f52')
-sha1sums=('f8c014c86cac68abe99e5c3cd715dfabf04a7aa3')
-sha256sums=('05a1ee48cd887ff738c8451fcfb9408103f714df94f16cc944b1c160b4064f95')
+md5sums=('db441216fe25492b99462f39d47f363f')
+sha1sums=('a7049a4d650cb855b467bf462955e60afb98c612')
+sha256sums=('43a17d234e13f96524c08a0fc19c578a136bf01cf27e759e6c9adbfdeeb68283')
build() {
cd "$srcdir/xarray-$pkgver"