summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5fa3b96711b..e0d5eee90c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.10.3
+pkgver=0.10.4
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=('ec2a5747c1b00a79bfab76f0fdc001c1')
-sha1sums=('3454805742260c8b1b0fa6650bfa93b2df6f2463')
-sha256sums=('6179333f24f3ddd51474c673ece972a831a11b4500be02a7b9a4a7e1b17c0a17')
+md5sums=('4c6c4a900a3d8a7af196bab6d9fac36a')
+sha1sums=('48bbd1869d2e5cdd374e805c7cb56e4fc48214a5')
+sha256sums=('821a7685c9b81cae4103aa93739d52733fb522806c1692fd1030cadb2ce07351')
build() {
cd "$srcdir/xarray-$pkgver"