update ranger to python 3

This commit is contained in:
Felix Van der Jeugt 2017-08-18 10:52:52 +02:00
parent b596b4b9e5
commit 255d26bc75
No known key found for this signature in database
GPG key ID: 58B209295023754D

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>"