From d7c1380ed0e0c6336eb846b69ba2631ce15f6b6c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 23 Dec 2019 18:05:12 +0100 Subject: [PATCH] python-llfuse: rebuild for Python 3.8.1. --- srcpkgs/python-llfuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 203c5e2fd84..b453c67e91d 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.6 -revision=1 +revision=2 wrksrc="llfuse-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools pkg-config"