python-path: fix update-check/distfile
This commit is contained in:
parent
7269f65a7e
commit
e518433d26
|
@ -13,7 +13,7 @@ short_desc="Python2 module wrapper for os.path"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/jaraco/path.py"
|
||||
license="MIT"
|
||||
distfiles="https://pypi.python.org/packages/85/80/d13c3e5058c14f0bf3c19e9596a70f1e805fcda8510531f338b9e96cc5c7/path.py-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/p/path.py/path.py-${version}.tar.gz"
|
||||
checksum=c9ad2d462a7f8d7f6f6d2b89220bd50425221e399a4b8dfe5fa6725eb26fd708
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue