summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d5376db6ef4..7df3ca56d08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="N-D labeled arrays and datasets in Python"
-url="https://pypi.python.org/pypi/xarray"
+url="http://xarray.pydata.org"
arch=('any')
license=('Apache')
makedepends=('python-setuptools')
@@ -17,7 +17,7 @@ checkdepends=('python-nose')
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=(https://github.com/xarray/xarray/archive/v"$pkgver".tar.gz)
+source=(https://github.com/pydata/xarray/archive/v"$pkgver".tar.gz)
md5sums=('895faa8bc439a0bdf3e41e5a74c137b2')
sha1sums=('4dc3bb7f39d99c5fda7065d136438634bc00cfb3')
sha256sums=('18a6ffb10283007fb240456196c144950691d54f5953ba3d7fb5eb4d0c133cfa')