python-cffi: fix update-check/distfile
This commit is contained in:
parent
83c29aa1ce
commit
180537b9b2
|
@ -13,7 +13,7 @@ short_desc="C foreign function interface for Python2"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://cffi.readthedocs.org/"
|
||||
license="MIT"
|
||||
distfiles="https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/cffi-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
|
||||
checksum=a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue