summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-02-23 15:20:11 -0800
committerRich Li2016-02-23 15:20:11 -0800
commit7f04baefa1fdb9576f791504468a0f355f9bfc23 (patch)
tree6070776ad4393c91e729c13a21dc510035480363
parent5d414791df28ca9f927f0e2c4fc25e12c029377c (diff)
downloadaur-7f04baefa1fdb9576f791504468a0f355f9bfc23.tar.gz
Update to version 0.7.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b36a598da3db..e70f353974fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by mksrcinfo v8
-# Wed Jan 27 00:10:14 UTC 2016
+# Generated by makepkg 5.0.0
+# Tue Feb 23 23:19:34 UTC 2016
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.7.1
+ pkgrel = 1
url = http://xarray.pydata.org
arch = any
license = Apache
@@ -17,10 +17,10 @@ pkgbase = python-xarray
optdepends = python-matplotlib: Plotting support
optdepends = python-dask: Enable out-of-core parallel computation
replaces = python-xray
- source = https://github.com/pydata/xarray/archive/v0.7.0.tar.gz
- md5sums = 895faa8bc439a0bdf3e41e5a74c137b2
- sha1sums = 4dc3bb7f39d99c5fda7065d136438634bc00cfb3
- sha256sums = 18a6ffb10283007fb240456196c144950691d54f5953ba3d7fb5eb4d0c133cfa
+ source = https://github.com/pydata/xarray/archive/v0.7.1.tar.gz
+ md5sums = 486ec0c02138dceaf466fb639eec2759
+ sha1sums = c2fedf4a685d56ba26d4b48f4ee9e30ff5e8aa43
+ sha256sums = 6ee215af522e4eabb88eb647098c38f33909afa1ed6faba6dc3d7ce5806b1c02
pkgname = python-xarray
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"