summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5063631fe57..888597348403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=('python-mpld3' 'python2-mpld3')
pkgver=0.3
-pkgrel=2
+pkgrel=3
pkgdesc='D3 Viewer for Matplotlib'
arch=('any')
url='http://mpld3.github.io/'
license=('BSD 3-clause')
makedepends=('python-setuptools' 'python2-setuptools')
pypiname='mpld3'
-source=("https://files.pythonhosted.org/packages/source/${pypiname:0:1}/${pypiname}/${pypiname}-${pkgver}.tar.gz")
+source=("https://pypi.org/packages/source/${pypiname:0:1}/${pypiname}/${pypiname}-${pkgver}.tar.gz")
md5sums=('088251ed3182b2932268f9986cdc2778')
prepare() {