summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-06-08 10:38:43 -0700
committerRich Li2018-06-08 10:38:43 -0700
commit6f8341b1935357f44788e2cf61578dc782f98076 (patch)
treedd8d7d0490d5628388d456f1bc4eb7e0087d5367
parente0fe74cf12fcaa47bd7b19caae93138695c01e46 (diff)
downloadaur-6f8341b1935357f44788e2cf61578dc782f98076.tar.gz
Update to version 0.10.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93de5b76314f..0bb63b6a9025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.10.6
+ pkgver = 0.10.7
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.6.tar.gz::https://github.com/pydata/xarray/archive/v0.10.6.tar.gz
- md5sums = fe997aa7443d0afd8180452b6cf44af0
- sha1sums = 9cceab192ed66f49e44d36ca696b5fb35019fd80
- sha256sums = 55666db7e2c32ff2342038c5b4cc087fb545b2d010df17f0ba6de466fd665494
+ source = python-xarray-0.10.7.tar.gz::https://github.com/pydata/xarray/archive/v0.10.7.tar.gz
+ md5sums = 5f0703bb08a9b99e9ffc90c9e2390e55
+ sha1sums = cf3293959f2b3c15591c68f37e9840149d924161
+ sha256sums = 3663dc68843e7ccb8c4d34184f1b52ea519e3c3c4cf805c08b3d5e9a4eadbcf2
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 5f6be7d25b38..2c7590ff1bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.10.6
+pkgver=0.10.7
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=('fe997aa7443d0afd8180452b6cf44af0')
-sha1sums=('9cceab192ed66f49e44d36ca696b5fb35019fd80')
-sha256sums=('55666db7e2c32ff2342038c5b4cc087fb545b2d010df17f0ba6de466fd665494')
+md5sums=('5f0703bb08a9b99e9ffc90c9e2390e55')
+sha1sums=('cf3293959f2b3c15591c68f37e9840149d924161')
+sha256sums=('3663dc68843e7ccb8c4d34184f1b52ea519e3c3c4cf805c08b3d5e9a4eadbcf2')
build() {
cd "$srcdir/xarray-$pkgver"