summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-01-26 16:11:58 -0800
committerRich Li2016-01-26 16:11:58 -0800
commitdfac5fe0610254239782582faedbbc3474a0adf1 (patch)
tree67a788893ef71b2e494805097fefb0a55bcd7262
parent6a543193c60946dd574ec347fcd4aedf84174ad9 (diff)
downloadaur-dfac5fe0610254239782582faedbbc3474a0adf1.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 1d15eeaabc1b..c4e9a7813f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 05:42:31 UTC 2016
+# Wed Jan 27 00:11:44 UTC 2016
pkgbase = python2-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 = python2-nose
@@ -17,7 +17,7 @@ pkgbase = python2-xarray
optdepends = python2-scipy: OPeNDAP support
optdepends = python2-matplotlib: Plotting support
replaces = python2-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 2470f43acfad..8f6c7f2fa9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-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=('python2-setuptools')
@@ -18,7 +18,7 @@ checkdepends=('python2-nose')
replaces=('python2-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')