summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2017-04-04 10:53:32 -0700
committerRich Li2017-04-04 10:53:32 -0700
commitffd7ecd83804f860f0685199a9f89960d47f13d8 (patch)
treee9d772c07803d786974ea24e3a57d477f40603c6
parent29d43991145457e75f8d1f133bb65584e002cfed (diff)
downloadaur-ffd7ecd83804f860f0685199a9f89960d47f13d8.tar.gz
Update to version 0.9.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a604deb9aeb3..8b58813f44d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.9.1
+ pkgver = 0.9.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.9.1.tar.gz::https://github.com/pydata/xarray/archive/v0.9.1.tar.gz
- md5sums = db441216fe25492b99462f39d47f363f
- sha1sums = a7049a4d650cb855b467bf462955e60afb98c612
- sha256sums = 43a17d234e13f96524c08a0fc19c578a136bf01cf27e759e6c9adbfdeeb68283
+ source = python2-xarray-0.9.2.tar.gz::https://github.com/pydata/xarray/archive/v0.9.2.tar.gz
+ md5sums = c021f62f32a0e688cb594e3f05fed2db
+ sha1sums = 4b90b2318970f1cae87445f7ac11775275037206
+ sha256sums = 372f9b14561ac306d00f2c1fb296cb12fa9173dae0a8294ca19da427b35ebf48
pkgname = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 694bc457c81d..5b50d45851c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-xarray'
-pkgver=0.9.1
+pkgver=0.9.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=('db441216fe25492b99462f39d47f363f')
-sha1sums=('a7049a4d650cb855b467bf462955e60afb98c612')
-sha256sums=('43a17d234e13f96524c08a0fc19c578a136bf01cf27e759e6c9adbfdeeb68283')
+md5sums=('c021f62f32a0e688cb594e3f05fed2db')
+sha1sums=('4b90b2318970f1cae87445f7ac11775275037206')
+sha256sums=('372f9b14561ac306d00f2c1fb296cb12fa9173dae0a8294ca19da427b35ebf48')
build() {
cd "$srcdir/xarray-$pkgver"