From 6533d064bb5151ddc28e6b6b6153d05b77c3ac3b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 20 Dec 2019 22:08:49 +0100 Subject: [PATCH] fonttools: fix provides --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 8a53d1c9c7..cc0184801f 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,7 +1,7 @@ # Template file for 'fonttools' pkgname=fonttools version=4.2.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="fonttools" @@ -14,7 +14,7 @@ homepage="https://github.com/fonttools/fonttools" distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz" checksum=393a579cc1e2e666882949fcdf06e88a57a48a1daafa057eff602ac01cd016c2 replaces="python-fonttools>=0 python3-fonttools>=0" -provides="python-fonttools>=${version}_${revision} python3-fonttools>=${version}_${revision}" +provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}" post_install() { vlicense LICENSE