python-cffi: update to 1.0.2

This commit is contained in:
Alessio Sergi 2015-05-24 01:02:48 +02:00
parent 0b6170c731
commit 48ff5e155b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-cffi'
pkgname=python-cffi
version=1.0.0
version=1.0.2
revision=1
wrksrc="cffi-${version}"
build_style=python-module
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://cffi.readthedocs.org/"
license="MIT"
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
checksum=2adba5f550163c6af07c8de8b7a03425bb7f08b1b75211d1b21807fa01c80d0e
checksum=a5a8937f8a1e3c65d5ff9258137d2d08b6ca6dbee7c55d42af3d18930940ada3
python3.4-cffi_package() {
depends="python3.4-pycparser"