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 2c7590ff1bbd..4fdd9ea5fa3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
-pkgver=0.10.7
+pkgver=0.10.8
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=('5f0703bb08a9b99e9ffc90c9e2390e55')
-sha1sums=('cf3293959f2b3c15591c68f37e9840149d924161')
-sha256sums=('3663dc68843e7ccb8c4d34184f1b52ea519e3c3c4cf805c08b3d5e9a4eadbcf2')
+md5sums=('0e6004996e0a85584095b808615db74c')
+sha1sums=('23624ecc5d5eded36c4ce0ea3a6a96475f6e49f0')
+sha256sums=('f41da8b64bbadbb3de92e9578846c79e20831c5dcda3a7e1e9c81fa660e0891e')
build() {
cd "$srcdir/xarray-$pkgver"