summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6590b4d3e77..1af4ef32e8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/PyCQA/pydocstyle"
license=('MIT')
depends=('python' 'python-snowballstemmer')
makedepends=('python-setuptools')
-source=("https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz")
sha1sums=('7b493316733068f6b662d272627f7927f1c0cbeb')
package() {