summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-10-18 16:32:11 +0200
committerFrederik “Freso” S. Olesen2017-10-18 16:32:11 +0200
commit1295d82e3e272aa1de9f362adbd373b5227d1df4 (patch)
tree6cbd0c28a0fa834fac78e19c8cf37a1f1fa9e03d /PKGBUILD
parent4092bb8d3b250462eae538015e27f6c0c86f51e9 (diff)
downloadaur-pydocstyle.tar.gz
Use unique $source filename
See https://wiki.archlinux.org/index.php/PKGBUILD#source
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() {