summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a8b35dc2b26..f3788a72ef68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
_name=${pkgname#python-}
-pkgver=0.13.0
+pkgver=0.14.0
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=('b6f726988103a0b1931458786b156072')
-sha1sums=('99a1feb68499c2954e3e407f6d382a9ca0eec23b')
-sha256sums=('80e5746ffdebb96b997dba0430ff02d98028ef3828e6db6106cbbd6d62e32825')
+md5sums=('e34bf5d40c7bd69aa932a773aedec62c')
+sha1sums=('401c612c460192ad5e186e4ab9c367760552eacc')
+sha256sums=('a8b93e1b0af27fa7de199a2d36933f1f5acc9854783646b0f1b37fed9b4da091')
build() {
cd "$srcdir/xarray-$pkgver"