python-cffi: update to 0.9.1

This commit is contained in:
Alessio Sergi 2015-03-10 13:01:01 +01:00
parent 9fcb590cca
commit 9fde756a11

View file

@ -1,6 +1,6 @@
# Template file for 'python-cffi'
pkgname=python-cffi
version=0.9.0
version=0.9.1
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=7b5cfbf8c7c67a132744846539def2ef9d0baed726d289416bd60ed2559a77d0
checksum=8eba3d02fd88c49774418e790f1994258666d4cbd2c064038f295fa151a88740
python3.4-cffi_package() {
depends="python3.4-pycparser"