flinks: change to python3

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-11 17:20:46 -06:00 committed by Helmut Pozimski
parent 8955153981
commit 1d36c80f76

View file

@ -1,12 +1,12 @@
# Template file for 'flinks' # Template file for 'flinks'
pkgname=flinks pkgname=flinks
version=0.4.3 version=0.4.3
revision=3 revision=4
archs=noarch archs=noarch
build_style=python2-module build_style=python3-module
pycompile_module="flinkspkg" pycompile_module="flinkspkg"
hostmakedepends="python-setuptools" hostmakedepends="python3-setuptools"
depends="lynx python" depends="lynx python3"
short_desc="Text-mode flashing word web browser for speed-reading and/or skimming" short_desc="Text-mode flashing word web browser for speed-reading and/or skimming"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"