From f1978c52a93f74bc60489ab83d467bc80a981528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 27 Sep 2020 06:35:07 +0700 Subject: [PATCH] python3-fuse: fix $wrksrc --- srcpkgs/python3-fuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template index 718e10b8407..918234dee10 100644 --- a/srcpkgs/python3-fuse/template +++ b/srcpkgs/python3-fuse/template @@ -2,7 +2,7 @@ pkgname=python3-fuse version=0.3.1 revision=5 -wrksrc=python-fuse +wrksrc=python-fuse-$version build_style=python3-module hostmakedepends="pkg-config python3-setuptools" makedepends="fuse-devel python3-devel"