From e92c27112016e5c42b198edbd14ae42d387ca4d1 Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Sun, 2 Aug 2020 10:30:45 +0100 Subject: [PATCH] rename source download --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 79cdbeb..21571b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ optdepends=('ipython' 'python-ipywidgets') makedepends=('python-setuptools') license=('MIT') arch=('any') -source=("https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") sha512sums=('2e48df60dfbda2bb3978ea574937259f89fcd850800301b88bb42e8d24434e422e783cc1dff88aa04e7021842cc4091ddbbadc0aa53c142b1c586243c057743c') build() {