summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-03-18 10:16:39 -0700
committerRich Li2016-03-18 10:16:39 -0700
commitdc203bb9c1c83206e9f3cf82202a1f49787fdae3 (patch)
tree777e7657d9b034d799e6545ac3dab96377ee45c6
parent2723c2c029e9fce83d7c246743ab3bda2564538e (diff)
downloadaur-dc203bb9c1c83206e9f3cf82202a1f49787fdae3.tar.gz
Update to version 0.7.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1860add0a7e..fe6db2acada8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-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
@@ -15,10 +15,10 @@ pkgbase = python2-xarray
optdepends = python2-scipy: OPeNDAP support
optdepends = python2-matplotlib: Plotting support
replaces = python2-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 = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 2687c17cd2ed..b5eff0a9ca53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-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"
@@ -19,9 +19,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=(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"