summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-12-20 15:43:47 -0500
committerGuillaume Horel2021-12-20 15:43:47 -0500
commit51af6ae981b43db9c5833504072c35fbc2bac64c (patch)
tree2a60899d76c406e8d676a9f1a73a9c4e0aebf4aa /PKGBUILD
parent3a6ab2750f0ff86580646daed5facdde61e402b5 (diff)
downloadaur-51af6ae981b43db9c5833504072c35fbc2bac64c.tar.gz
move to pythonhosted.org
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dee60960af1..e4f478d35f0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ checkdepends=('python-dask' 'python-pytest' 'python-pytest-black' 'python-pytest
depends=('python-numpy' 'python-scipy' 'python-numba')
optdepends=()
makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pydata/sparse/archive/$pkgver.tar.gz")
-sha256sums=('c1f37c2097dfb017789ade963cebd199151b015aa6a30eece2359eb4e3c545e1')
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('685dc994aa770ee1b23f2d5392819c8429f27958771f8dceb2c4fb80210d5915')
build(){
cd "$_pkgname-$pkgver"