summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2018-04-17 10:39:13 -0700
committerRich Li2018-04-17 10:39:13 -0700
commit5e9c1a8fdeb5e107e4cef8c9cd9fee830ae5b7a9 (patch)
treed120accd4e1f52ed52d9cef7387eea1c89947215 /PKGBUILD
parent17bbaa432a2a26c6918577c57314add835a53920 (diff)
downloadaur-5e9c1a8fdeb5e107e4cef8c9cd9fee830ae5b7a9.tar.gz
Update to version 0.10.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e948eb5d9a5..a5fa3b96711b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-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"
@@ -19,9 +19,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=("$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"