From 2d31bc262a0008fb3d16fe330f5460a731516e7c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 1 Feb 2016 14:22:08 +0100 Subject: [PATCH] python-llfuse: update to 0.42. --- srcpkgs/python-llfuse/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index c2b052eaac1..f1beb435ad4 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -1,6 +1,6 @@ # Template file for 'python-llfuse' pkgname=python-llfuse -version=0.41.1 +version=0.42 revision=1 wrksrc="llfuse-${version}" build_style=python-module @@ -14,10 +14,10 @@ maintainer="Christian Neukirchen " license="LGPL-2" homepage="https://bitbucket.org/nikratio/python-llfuse/" distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2" -checksum=4ad1bc6439b048e472160c46b2a72aec5d549c1920ff789237088cb312c7b4c6 +checksum=0fa12d2e1d368232601fb3602be6b942b3f60ec00d85cfe91645cf7dcd3a5ab8 post_extract() { - sed -i 's/__gnu_linux__/__linux__/g' src/llfuse/capi.c + sed -i 's/__gnu_linux__/__linux__/g' src/llfuse.h } python3.4-llfuse_package() {