summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-03-18 10:16:39 -0700
committerRich Li2016-03-18 10:16:39 -0700
commit357c009f9e3def3e951e99633eabd89231153973 (patch)
tree3ff296368e2a13e908ed641a4a5bddfaddc1c0ac
parent7f04baefa1fdb9576f791504468a0f355f9bfc23 (diff)
downloadaur-357c009f9e3def3e951e99633eabd89231153973.tar.gz
Update to version 0.7.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70f353974fd..9ccf3e280a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# 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.1
+ pkgver = 0.7.2
pkgrel = 1
url = http://xarray.pydata.org
arch = any
@@ -17,10 +15,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.1.tar.gz
- md5sums = 486ec0c02138dceaf466fb639eec2759
- sha1sums = c2fedf4a685d56ba26d4b48f4ee9e30ff5e8aa43
- sha256sums = 6ee215af522e4eabb88eb647098c38f33909afa1ed6faba6dc3d7ce5806b1c02
+ source = https://github.com/pydata/xarray/archive/v0.7.2.tar.gz
+ md5sums = b60d0024194bcb107343286cc973591e
+ sha1sums = 742e34510106e2cca36fff6cbb0c6f11b2fbf4c7
+ sha256sums = 9648ea1aed55b604f2fed85228e7cead3c3c7d514aa7a01514cc3de0290f9bfc
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 5e0848e25e74..237a652a323d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
@@ -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=('486ec0c02138dceaf466fb639eec2759')
-sha1sums=('c2fedf4a685d56ba26d4b48f4ee9e30ff5e8aa43')
-sha256sums=('6ee215af522e4eabb88eb647098c38f33909afa1ed6faba6dc3d7ce5806b1c02')
+md5sums=('b60d0024194bcb107343286cc973591e')
+sha1sums=('742e34510106e2cca36fff6cbb0c6f11b2fbf4c7')
+sha256sums=('9648ea1aed55b604f2fed85228e7cead3c3c7d514aa7a01514cc3de0290f9bfc')
build() {
cd "$srcdir/xarray-$pkgver"