From a9e5e3ef800312aa22379a2bffd86ca138c85fa9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 11 Aug 2019 18:14:58 +0200 Subject: [PATCH] python-llfuse: update to 1.3.6. --- srcpkgs/python-llfuse/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 95baf551cc1..203c5e2fd84 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -1,7 +1,7 @@ # Template file for 'python-llfuse' pkgname=python-llfuse -version=1.3.5 -revision=2 +version=1.3.6 +revision=1 wrksrc="llfuse-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools pkg-config" @@ -10,9 +10,9 @@ depends="python-contextlib2" short_desc="Python2 bindings for the low level FUSE API" maintainer="Leah Neukirchen " license="LGPL-2.0-or-later" -homepage="https://bitbucket.org/nikratio/python-llfuse/" +homepage="https://github.com/python-llfuse/python-llfuse" distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2" -checksum=6e412a3d9be69162d49b8a4d6fb3c343d1c1fba847f4535d229e0ece2548ead8 +checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9 python3-llfuse_package() { short_desc="${short_desc/Python2/Python3}"