mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-llfuse: update to 1.1.
This commit is contained in:
parent
649bc40357
commit
d98f4dfd4a
1 changed files with 2 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=1.0
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="llfuse-${version}"
|
wrksrc="llfuse-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,9 +13,8 @@ short_desc="Python2 bindings for the low level FUSE API"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
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="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
||||||
checksum=fa521ce77a8c0ac1c8c21e6d4b0705dacc0ddd627439c2b3827c674909c027d2
|
checksum=e250d59f3ed0d91a6bdcf81ab8af5ade994de3abb96bc5e64cd465a8265e9ffb
|
||||||
|
|
||||||
python3.4-llfuse_package() {
|
python3.4-llfuse_package() {
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue