summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-06-01 10:48:09 -0700
committerRich Li2018-06-01 10:48:09 -0700
commit61dbd79dba5466b26d685a9543524428a9740698 (patch)
treeb039f28a7dda65741004ceb5b04a9b33039ba527
parenta1025e2256ce8e9b543cc99e4389632dae9b44b4 (diff)
downloadaur-61dbd79dba5466b26d685a9543524428a9740698.tar.gz
Update to version 0.10.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048a76145b31..32d6d230ae0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.10.4
+ pkgver = 0.10.6
pkgrel = 1
url = http://xarray.pydata.org
arch = any
@@ -16,10 +16,10 @@ pkgbase = python2-xarray
optdepends = python2-scipy: OPeNDAP support
optdepends = python2-matplotlib: Plotting support
replaces = python2-xray
- source = python2-xarray-0.10.4.tar.gz::https://github.com/pydata/xarray/archive/v0.10.4.tar.gz
- md5sums = 4c6c4a900a3d8a7af196bab6d9fac36a
- sha1sums = 48bbd1869d2e5cdd374e805c7cb56e4fc48214a5
- sha256sums = 821a7685c9b81cae4103aa93739d52733fb522806c1692fd1030cadb2ce07351
+ source = python2-xarray-0.10.6.tar.gz::https://github.com/pydata/xarray/archive/v0.10.6.tar.gz
+ md5sums = fe997aa7443d0afd8180452b6cf44af0
+ sha1sums = 9cceab192ed66f49e44d36ca696b5fb35019fd80
+ sha256sums = 55666db7e2c32ff2342038c5b4cc087fb545b2d010df17f0ba6de466fd665494
pkgname = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 01de1bfca2c6..4be498cd7bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-xarray'
-pkgver=0.10.4
+pkgver=0.10.6
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
@@ -20,9 +20,9 @@ replaces=('python2-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=('4c6c4a900a3d8a7af196bab6d9fac36a')
-sha1sums=('48bbd1869d2e5cdd374e805c7cb56e4fc48214a5')
-sha256sums=('821a7685c9b81cae4103aa93739d52733fb522806c1692fd1030cadb2ce07351')
+md5sums=('fe997aa7443d0afd8180452b6cf44af0')
+sha1sums=('9cceab192ed66f49e44d36ca696b5fb35019fd80')
+sha256sums=('55666db7e2c32ff2342038c5b4cc087fb545b2d010df17f0ba6de466fd665494')
build() {
cd "$srcdir/xarray-$pkgver"