mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
python-llfuse: update to 0.41.
This commit is contained in:
parent
66ff3dd9b1
commit
c9fd2cf6ae
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-llfuse'
|
# Template file for 'python-llfuse'
|
||||||
pkgname=python-llfuse
|
pkgname=python-llfuse
|
||||||
version=0.40
|
version=0.41
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="llfuse-${version}"
|
wrksrc="llfuse-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
@ -14,7 +14,7 @@ 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"
|
||||||
checksum=ee8b1125a6f2ab904d617d7602d86c0e3f69e40316cb1ae3abc33c218d3da857
|
checksum=0b8a1fbbc70b2aa125c045498b53d1c602bdf8dea55383db0460f67a7b44fe7b
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/__gnu_linux__/__linux__/g' src/llfuse/capi.c
|
sed -i 's/__gnu_linux__/__linux__/g' src/llfuse/capi.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue