summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2017-04-24 16:39:12 -0700
committerRich Li2017-04-24 16:39:12 -0700
commit2ff22e43e939487b6f1df2830284ec35718927ca (patch)
tree02074353f5acc6ba7777e4ea04dbc03da70d7706
parent35997db7ff923e5baa90a348a063e515e7e59693 (diff)
downloadaur-2ff22e43e939487b6f1df2830284ec35718927ca.tar.gz
Update to version 0.9.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b58813f44d5..6f91f0ba2975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.9.2
+ pkgver = 0.9.5
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.2.tar.gz::https://github.com/pydata/xarray/archive/v0.9.2.tar.gz
- md5sums = c021f62f32a0e688cb594e3f05fed2db
- sha1sums = 4b90b2318970f1cae87445f7ac11775275037206
- sha256sums = 372f9b14561ac306d00f2c1fb296cb12fa9173dae0a8294ca19da427b35ebf48
+ source = python2-xarray-0.9.5.tar.gz::https://github.com/pydata/xarray/archive/v0.9.5.tar.gz
+ md5sums = ebc96b92cbc92bb80303fb7863bf9ce7
+ sha1sums = 725accd0191f496eb3a6766e770123461978c741
+ sha256sums = 1b00eba91fcbcdcc0f61854dd8be76e9744fe8a01cec2fa5ce8f1345401a376d
pkgname = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index b687bc394b6e..07ac4463c925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-xarray'
-pkgver=0.9.2
+pkgver=0.9.5
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=('c021f62f32a0e688cb594e3f05fed2db')
-sha1sums=('4b90b2318970f1cae87445f7ac11775275037206')
-sha256sums=('372f9b14561ac306d00f2c1fb296cb12fa9173dae0a8294ca19da427b35ebf48')
+md5sums=('ebc96b92cbc92bb80303fb7863bf9ce7')
+sha1sums=('725accd0191f496eb3a6766e770123461978c741')
+sha256sums=('1b00eba91fcbcdcc0f61854dd8be76e9744fe8a01cec2fa5ce8f1345401a376d')
build() {
cd "$srcdir/xarray-$pkgver"