python-llfuse: update to 1.0.
This commit is contained in:
parent
a43fb3ff69
commit
81eaaaa0d5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-llfuse'
|
||||
pkgname=python-llfuse
|
||||
version=0.43
|
||||
version=1.0
|
||||
revision=1
|
||||
wrksrc="llfuse-${version}"
|
||||
build_style=python-module
|
||||
|
@ -14,8 +14,8 @@ 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-0.43.tar.bz2"
|
||||
checksum=550c23c99ab1da711e816bdd980d588de174e143bc96cdb1f11c6ae6af35c7a1
|
||||
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
||||
checksum=fa521ce77a8c0ac1c8c21e6d4b0705dacc0ddd627439c2b3827c674909c027d2
|
||||
|
||||
python3.4-llfuse_package() {
|
||||
depends="python3.4"
|
||||
|
|
Loading…
Reference in a new issue