summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-07-14 09:55:44 -0400
committerGuillaume Horel2017-07-14 09:56:08 -0400
commitc1097653c549e4374a16cef4ab32111f7447c393 (patch)
treeeb9ae8f42b5d97fd293716cca93340a034ae72a8
parentd8ea7601d57f08d136735c12d0215fb3421b763d (diff)
downloadaur-c1097653c549e4374a16cef4ab32111f7447c393.tar.gz
update source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23a014afe45c..600598d47e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = python-dash
depends = python-flask-seasurf
depends = python-plotly
depends = python-requests
- source = https://pypi.python.org/packages/5d/10/74b7c71faa68e89a1c693ea102a1638451cb476daca61ac3cfeaad886329/dash-0.17.7.tar.gz
+ source = https://pypi.org/packages/source/d/dash/dash-0.17.7.tar.gz
sha256sums = 1414157e4161d246066d2fa4b322d61871e38cb8d808705ea2694c3ab074ccf2
pkgname = python-dash
diff --git a/PKGBUILD b/PKGBUILD
index 7bb64296ce6d..ea0a0c77d40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-dash-renderer' 'python-flask' 'python-flask-compress' 'python-flask-seasurf' 'python-plotly' 'python-requests')
optdepends=()
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/5d/10/74b7c71faa68e89a1c693ea102a1638451cb476daca61ac3cfeaad886329/dash-$pkgver.tar.gz")
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('1414157e4161d246066d2fa4b322d61871e38cb8d808705ea2694c3ab074ccf2')
package(){