diff options
author | Erich Eckner <git@eckner.net> | 2020-01-29 11:03:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-29 11:03:18 +0100 |
commit | 989ef48e0014da7d0270dcde93ee81abba94a4eb (patch) | |
tree | 49864a7a30d3c3faabf89fea087c5e11b42d0dd0 /ipython-ipyparallel | |
parent | f9d35ebaa6b75e5fa1a78ddc8139aadfd6f663e9 (diff) | |
download | archlinuxewe-989ef48e0014da7d0270dcde93ee81abba94a4eb.tar.xz |
ipython-ipyparallel: fix namcap warning
Diffstat (limited to 'ipython-ipyparallel')
-rw-r--r-- | ipython-ipyparallel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD index c9391a5c9..64b7c442d 100644 --- a/ipython-ipyparallel/PKGBUILD +++ b/ipython-ipyparallel/PKGBUILD @@ -30,7 +30,7 @@ makedepends=( "${_depends[@]}" "${_depends[@]/python/python2}" ) -source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz") +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz") sha512sums=('d21eb4fe647455d3819fb8be895490dea9d1da59f85b59c3b028a5211193efaf73fa05f8e8d99f4acfb2e3630ef37ae9906da812c39c5c9f004172db17c16e50') _common_files=( |