diff options
author | Erich Eckner <git@eckner.net> | 2019-05-07 15:50:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-05-07 15:50:22 +0200 |
commit | ea0353717b6795d1150f50815a324fd33e68190d (patch) | |
tree | 55b0b24f70c6e9933fe9e4f7258ef4637e20b6fc /python-certipy | |
parent | c3df1d2ff3466ffb927c4c5ce8b1ca6f4344357b (diff) | |
download | archlinuxewe-ea0353717b6795d1150f50815a324fd33e68190d.tar.xz |
python-certipy: change source url
Diffstat (limited to 'python-certipy')
-rw-r--r-- | python-certipy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD index e4f591301..b8d1c6b80 100644 --- a/python-certipy/PKGBUILD +++ b/python-certipy/PKGBUILD @@ -31,7 +31,7 @@ makedepends=( "${_makedepends[@]}" "${_makedepends[@]/ython/ython2}" ) -source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") +source=("https://files.pythonhosted.org/packages/04/1e/340c66cddafdbbc378ff4ddd8659c633a162471645059fc5976b3aadf58b/certipy-0.1.2.tar.gz") sha256sums=('3461c5ff28eda977185132d4c6d4393989c7dd996ba8c780b07b9b4e679d455a') prepare() { |