From 3f29f2d0eeaabf61964078c2654c73d7a02e9826 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 23 Aug 2015 12:04:07 +0200 Subject: [PATCH] python-llfuse: update to 0.41.1. --- srcpkgs/python-llfuse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 3b890cbc900..c2b052eaac1 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 +version=0.41.1 revision=1 wrksrc="llfuse-${version}" build_style=python-module @@ -14,7 +14,7 @@ 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=0b8a1fbbc70b2aa125c045498b53d1c602bdf8dea55383db0460f67a7b44fe7b +checksum=4ad1bc6439b048e472160c46b2a72aec5d549c1920ff789237088cb312c7b4c6 post_extract() { sed -i 's/__gnu_linux__/__linux__/g' src/llfuse/capi.c