summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2017-04-24 16:39:12 -0700
committerRich Li2017-04-24 16:39:12 -0700
commit4e2cb15f579518fed59d5056e2614ef9e3b44977 (patch)
tree19fa590fc4b7214503dfe2b2496c91c7a5f85455 /PKGBUILD
parenta079e70d734f7450953517033ce0a089d93a44a7 (diff)
downloadaur-4e2cb15f579518fed59d5056e2614ef9e3b44977.tar.gz
Update to version 0.9.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e48512bad88d..12d9c7a70b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-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"
@@ -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=('c021f62f32a0e688cb594e3f05fed2db')
-sha1sums=('4b90b2318970f1cae87445f7ac11775275037206')
-sha256sums=('372f9b14561ac306d00f2c1fb296cb12fa9173dae0a8294ca19da427b35ebf48')
+md5sums=('ebc96b92cbc92bb80303fb7863bf9ce7')
+sha1sums=('725accd0191f496eb3a6766e770123461978c741')
+sha256sums=('1b00eba91fcbcdcc0f61854dd8be76e9744fe8a01cec2fa5ce8f1345401a376d')
build() {
cd "$srcdir/xarray-$pkgver"