use more secure urls

* file: fix source url to be dynamic again
* crypt: fix typo in prev sha256 switch commit
This commit is contained in:
Viktor Szakats
2016-02-25 20:47:23 +01:00
parent 87867fb21b
commit 9fcc411bae
10 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ pkgrel=1
pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
arch=('any')
license=('MIT')
url="http://pylib.readthedocs.org/en/latest/"
url="https://pylib.readthedocs.org/"
makedepends=('python3-setuptools' 'python2-setuptools')
source=("https://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz")
sha512sums=('dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a')