Merge pull request #7426 from NoctuaNivalis/update/ranger
ranger: switch to python 3
This commit is contained in:
commit
900f03b8b1
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue