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'
|
# Template file for 'python-llfuse'
|
||||||
pkgname=python-llfuse
|
pkgname=python-llfuse
|
||||||
version=0.43
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="llfuse-${version}"
|
wrksrc="llfuse-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -14,8 +14,8 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://bitbucket.org/nikratio/python-llfuse/"
|
homepage="https://bitbucket.org/nikratio/python-llfuse/"
|
||||||
distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
|
distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
|
||||||
distfiles="${PYPI_SITE}/l/llfuse/llfuse-0.43.tar.bz2"
|
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
||||||
checksum=550c23c99ab1da711e816bdd980d588de174e143bc96cdb1f11c6ae6af35c7a1
|
checksum=fa521ce77a8c0ac1c8c21e6d4b0705dacc0ddd627439c2b3827c674909c027d2
|
||||||
|
|
||||||
python3.4-llfuse_package() {
|
python3.4-llfuse_package() {
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue