summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-04-17 10:39:13 -0700
committerRich Li2018-04-17 10:39:13 -0700
commit8e644be859e1099a0cd86a02cea6be7f020e91d8 (patch)
tree40b09c1bd5c39052bc34292529659b8eea87f21d
parent63226652e945dd60d83cca1e88da3f555363ccf6 (diff)
downloadaur-8e644be859e1099a0cd86a02cea6be7f020e91d8.tar.gz
Update to version 0.10.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a81bd7653d6a..406b5774d13e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = http://xarray.pydata.org
arch = any
@@ -16,10 +16,10 @@ pkgbase = python2-xarray
optdepends = python2-scipy: OPeNDAP support
optdepends = python2-matplotlib: Plotting support
replaces = python2-xray
- source = python2-xarray-0.10.2.tar.gz::https://github.com/pydata/xarray/archive/v0.10.2.tar.gz
- md5sums = a0dac4e1dcb65909b50a19ccc3499ce5
- sha1sums = 95bce2cff07cf2501cf7759d7632330d4bdf1b30
- sha256sums = 61a1e08b64b5dce6c115eb53a5b14eee9844d757775c52f9e100fd8c00ff8f54
+ source = python2-xarray-0.10.3.tar.gz::https://github.com/pydata/xarray/archive/v0.10.3.tar.gz
+ md5sums = ec2a5747c1b00a79bfab76f0fdc001c1
+ sha1sums = 3454805742260c8b1b0fa6650bfa93b2df6f2463
+ sha256sums = 6179333f24f3ddd51474c673ece972a831a11b4500be02a7b9a4a7e1b17c0a17
pkgname = python2-xarray
diff --git a/PKGBUILD b/PKGBUILD
index 0b2b74624b7a..cbba4e5ae6c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-xarray'
-pkgver=0.10.2
+pkgver=0.10.3
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
@@ -20,9 +20,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=("$pkgname-$pkgver.tar.gz::https://github.com/pydata/xarray/archive/v$pkgver.tar.gz")
-md5sums=('a0dac4e1dcb65909b50a19ccc3499ce5')
-sha1sums=('95bce2cff07cf2501cf7759d7632330d4bdf1b30')
-sha256sums=('61a1e08b64b5dce6c115eb53a5b14eee9844d757775c52f9e100fd8c00ff8f54')
+md5sums=('ec2a5747c1b00a79bfab76f0fdc001c1')
+sha1sums=('3454805742260c8b1b0fa6650bfa93b2df6f2463')
+sha256sums=('6179333f24f3ddd51474c673ece972a831a11b4500be02a7b9a4a7e1b17c0a17')
build() {
cd "$srcdir/xarray-$pkgver"