summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2016-02-23 15:20:11 -0800
committerRich Li2016-02-23 15:20:11 -0800
commit7f04baefa1fdb9576f791504468a0f355f9bfc23 (patch)
tree6070776ad4393c91e729c13a21dc510035480363 /PKGBUILD
parent5d414791df28ca9f927f0e2c4fc25e12c029377c (diff)
downloadaur-7f04baefa1fdb9576f791504468a0f355f9bfc23.tar.gz
Update to version 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7df3ca56d08c..5e0848e25e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
arch=('any')
@@ -18,9 +18,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=(https://github.com/pydata/xarray/archive/v"$pkgver".tar.gz)
-md5sums=('895faa8bc439a0bdf3e41e5a74c137b2')
-sha1sums=('4dc3bb7f39d99c5fda7065d136438634bc00cfb3')
-sha256sums=('18a6ffb10283007fb240456196c144950691d54f5953ba3d7fb5eb4d0c133cfa')
+md5sums=('486ec0c02138dceaf466fb639eec2759')
+sha1sums=('c2fedf4a685d56ba26d4b48f4ee9e30ff5e8aa43')
+sha256sums=('6ee215af522e4eabb88eb647098c38f33909afa1ed6faba6dc3d7ce5806b1c02')
build() {
cd "$srcdir/xarray-$pkgver"