Merge pull request #7426 from NoctuaNivalis/update/ranger

ranger: switch to python 3
This commit is contained in:
Enno Boland 2017-08-20 15:15:24 +02:00 committed by GitHub
commit 900f03b8b1

View file

@ -1,12 +1,12 @@
# Template file for 'ranger'
pkgname=ranger
version=1.8.1
revision=1
build_style=python2-module
hostmakedepends="python"
makedepends="python-devel"
revision=2
build_style=python3-module
hostmakedepends="python3"
makedepends="python3-devel"
noarch="yes"
depends="python"
depends="python3"
pycompile_module="$pkgname"
short_desc="File manager with an ncurses frontend written in Python"
maintainer="Juan RP <xtraeme@voidlinux.eu>"