From 1d36c80f760cea74cfa87be04ec956c6eec033bd Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 11 Dec 2019 17:20:46 -0600 Subject: [PATCH] flinks: change to python3 Signed-off-by: Nathan Owens --- srcpkgs/flinks/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template index 2a743ffbc5b..05a744c7cae 100644 --- a/srcpkgs/flinks/template +++ b/srcpkgs/flinks/template @@ -1,12 +1,12 @@ # Template file for 'flinks' pkgname=flinks version=0.4.3 -revision=3 +revision=4 archs=noarch -build_style=python2-module +build_style=python3-module pycompile_module="flinkspkg" -hostmakedepends="python-setuptools" -depends="lynx python" +hostmakedepends="python3-setuptools" +depends="lynx python3" short_desc="Text-mode flashing word web browser for speed-reading and/or skimming" maintainer="Duncaen " license="GPL-3.0-or-later"