summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2019-01-28 10:25:36 -0800
committerRich Li2019-01-28 10:25:36 -0800
commit392415fe23fbcb353bed08c554117911a7443f87 (patch)
tree0c36acc6e802bc8fc96c67bf81e5b0a36e0d23cb
parent85ec07ddffe5cbd9ecd56d8f7035efade12f8982 (diff)
downloadaur-392415fe23fbcb353bed08c554117911a7443f87.tar.gz
Update to version 0.11.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca3230e468b..7233c8e07870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.11.2
+ pkgver = 0.11.3
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 = https://files.pythonhosted.org/packages/source/x/xarray/xarray-0.11.2.tar.gz
- md5sums = 7434e72ef89182aa5eabd58a36f1b357
- sha1sums = 744376e8fbd737ca65c814288ba435a72ea49fc4
- sha256sums = af7147152629701f11e424caf8e4fbf5ea1dc2d03ed7a5ca31b83dd64387cfb2
+ source = https://files.pythonhosted.org/packages/source/x/xarray/xarray-0.11.3.tar.gz
+ md5sums = 11144e5f32627867bd0004fea592055b
+ sha1sums = 979edb9aefa0aeaf4957b19530417c1e9025b197
+ sha256sums = cc3dceb680d67746168c46771e4aa7d2624519a7faf120421f16d6ddfdb984dd
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 91e0700da807..d1b5edcd768b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
_name=${pkgname#python-}
-pkgver=0.11.2
+pkgver=0.11.3
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
@@ -18,9 +18,9 @@ optdepends=('python-netcdf4: NetCDF4 support'
checkdepends=('python-pytest')
replaces=('python-xray')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('7434e72ef89182aa5eabd58a36f1b357')
-sha1sums=('744376e8fbd737ca65c814288ba435a72ea49fc4')
-sha256sums=('af7147152629701f11e424caf8e4fbf5ea1dc2d03ed7a5ca31b83dd64387cfb2')
+md5sums=('11144e5f32627867bd0004fea592055b')
+sha1sums=('979edb9aefa0aeaf4957b19530417c1e9025b197')
+sha256sums=('cc3dceb680d67746168c46771e4aa7d2624519a7faf120421f16d6ddfdb984dd')
build() {
cd "$srcdir/xarray-$pkgver"