python-llfuse: update to 1.1.

This commit is contained in:
Christian Neukirchen 2016-05-24 14:14:09 +02:00
parent 649bc40357
commit d98f4dfd4a

View file

@ -1,6 +1,6 @@
# Template file for 'python-llfuse'
pkgname=python-llfuse
version=1.0
version=1.1
revision=1
wrksrc="llfuse-${version}"
build_style=python-module
@ -13,9 +13,8 @@ short_desc="Python2 bindings for the low level FUSE API"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="LGPL-2"
homepage="https://bitbucket.org/nikratio/python-llfuse/"
distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
checksum=fa521ce77a8c0ac1c8c21e6d4b0705dacc0ddd627439c2b3827c674909c027d2
checksum=e250d59f3ed0d91a6bdcf81ab8af5ade994de3abb96bc5e64cd465a8265e9ffb
python3.4-llfuse_package() {
depends="python3.4"