summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-01-26 16:11:21 -0800
committerRich Li2016-01-26 16:11:21 -0800
commit5d414791df28ca9f927f0e2c4fc25e12c029377c (patch)
tree638a36b2d657506b4523b43033357c7893dde3ae
parent9ad10f885b847250a263d25c124291cb2573a7e1 (diff)
downloadaur-5d414791df28ca9f927f0e2c4fc25e12c029377c.tar.gz
Correct upstream URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6abdec8f72..b36a598da3db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 05:42:04 UTC 2016
+# Wed Jan 27 00:10:14 UTC 2016
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
pkgver = 0.7.0
- pkgrel = 1
- url = https://pypi.python.org/pypi/xarray
+ pkgrel = 2
+ url = http://xarray.pydata.org
arch = any
license = Apache
checkdepends = python-nose
@@ -17,7 +17,7 @@ pkgbase = python-xarray
optdepends = python-matplotlib: Plotting support
optdepends = python-dask: Enable out-of-core parallel computation
replaces = python-xray
- source = https://github.com/xarray/xarray/archive/v0.7.0.tar.gz
+ source = https://github.com/pydata/xarray/archive/v0.7.0.tar.gz
md5sums = 895faa8bc439a0bdf3e41e5a74c137b2
sha1sums = 4dc3bb7f39d99c5fda7065d136438634bc00cfb3
sha256sums = 18a6ffb10283007fb240456196c144950691d54f5953ba3d7fb5eb4d0c133cfa
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')