summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-02-23 15:20:28 -0800
committerRich Li2016-02-23 15:20:28 -0800
commitd33616cebfb6cab37eef5eae2d3e0240a9114e02 (patch)
tree4355ecf02a65e0bfadec1d5857405a1469ca7529
parentdfac5fe0610254239782582faedbbc3474a0adf1 (diff)
downloadaur-d33616cebfb6cab37eef5eae2d3e0240a9114e02.tar.gz
Update to version 0.7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e9a7813f8f..a4a171f4a02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-# Generated by mksrcinfo v8
-# Wed Jan 27 00:11:44 UTC 2016
+# Generated by makepkg 5.0.0
+# Tue Feb 23 23:19:41 UTC 2016
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
pkgver = 0.7.0
@@ -18,9 +18,9 @@ pkgbase = python2-xarray
optdepends = python2-matplotlib: Plotting support
replaces = python2-xray
source = https://github.com/pydata/xarray/archive/v0.7.0.tar.gz
- md5sums = 895faa8bc439a0bdf3e41e5a74c137b2
- sha1sums = 4dc3bb7f39d99c5fda7065d136438634bc00cfb3
- sha256sums = 18a6ffb10283007fb240456196c144950691d54f5953ba3d7fb5eb4d0c133cfa
+ md5sums = 486ec0c02138dceaf466fb639eec2759
+ sha1sums = c2fedf4a685d56ba26d4b48f4ee9e30ff5e8aa43
+ sha256sums = 6ee215af522e4eabb88eb647098c38f33909afa1ed6faba6dc3d7ce5806b1c02
pkgname = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 8f6c7f2fa9d1..2c42d8f94891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('895faa8bc439a0bdf3e41e5a74c137b2')
-sha1sums=('4dc3bb7f39d99c5fda7065d136438634bc00cfb3')
-sha256sums=('18a6ffb10283007fb240456196c144950691d54f5953ba3d7fb5eb4d0c133cfa')
+md5sums=('486ec0c02138dceaf466fb639eec2759')
+sha1sums=('c2fedf4a685d56ba26d4b48f4ee9e30ff5e8aa43')
+sha256sums=('6ee215af522e4eabb88eb647098c38f33909afa1ed6faba6dc3d7ce5806b1c02')
build() {
cd "$srcdir/xarray-$pkgver"