summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-03-13 14:50:41 -0700
committerRich Li2018-03-13 14:50:41 -0700
commit63226652e945dd60d83cca1e88da3f555363ccf6 (patch)
tree992bd9d90b90a4880b0321ff6e6d18c3fef5a3de
parent021df3bd308c1ffb3359a59fdedf23c76c228f29 (diff)
downloadaur-63226652e945dd60d83cca1e88da3f555363ccf6.tar.gz
Update to version 0.10.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8da37ff4b162..a81bd7653d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.10.1
+ pkgver = 0.10.2
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.1.tar.gz::https://github.com/pydata/xarray/archive/v0.10.1.tar.gz
- md5sums = 37f177eff04d86ca49f71cbe0569ef21
- sha1sums = 09878ff9f05fb98517b1963135223c28ce5e9578
- sha256sums = e0d92c47fbb8d23b5852fdfc2a899abadd792b31ff008c9570477d668625cfa1
+ source = python2-xarray-0.10.2.tar.gz::https://github.com/pydata/xarray/archive/v0.10.2.tar.gz
+ md5sums = a0dac4e1dcb65909b50a19ccc3499ce5
+ sha1sums = 95bce2cff07cf2501cf7759d7632330d4bdf1b30
+ sha256sums = 61a1e08b64b5dce6c115eb53a5b14eee9844d757775c52f9e100fd8c00ff8f54
pkgname = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index be51859f0778..0b2b74624b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-xarray'
-pkgver=0.10.1
+pkgver=0.10.2
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=('37f177eff04d86ca49f71cbe0569ef21')
-sha1sums=('09878ff9f05fb98517b1963135223c28ce5e9578')
-sha256sums=('e0d92c47fbb8d23b5852fdfc2a899abadd792b31ff008c9570477d668625cfa1')
+md5sums=('a0dac4e1dcb65909b50a19ccc3499ce5')
+sha1sums=('95bce2cff07cf2501cf7759d7632330d4bdf1b30')
+sha256sums=('61a1e08b64b5dce6c115eb53a5b14eee9844d757775c52f9e100fd8c00ff8f54')
build() {
cd "$srcdir/xarray-$pkgver"