python-cffi: update to 0.9.2

This commit is contained in:
Alessio Sergi 2015-03-15 15:51:15 +01:00
parent da7e54c66a
commit 3458d37da0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-cffi'
pkgname=python-cffi
version=0.9.1
revision=2
version=0.9.2
revision=1
wrksrc="cffi-${version}"
build_style=python-module
python_versions="2.7 3.4"
@ -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=8eba3d02fd88c49774418e790f1994258666d4cbd2c064038f295fa151a88740
checksum=1988ce7ff9c64ecd5077776175e90fd8f0a8c827cb241a23647175ce08126bb2
python3.4-cffi_package() {
depends="python3.4-pycparser"