ranger: update for python 3.8

This commit is contained in:
Leonid Pliushch 2019-11-18 02:21:41 +02:00
parent 32f7caa2fa
commit 0f42f6591e
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://ranger.github.io/
TERMUX_PKG_DESCRIPTION="File manager with VI key bindings"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.9.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=49a2d8dc5fa7b1c0cac0fa72d4ad704fc7107dee36cb9feb325a42754774d363
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/ranger/ranger/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=49a2d8dc5fa7b1c0cac0fa72d4ad704fc7107dee36cb9feb325a42754774d363
TERMUX_PKG_DEPENDS="python, file"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
@ -14,7 +14,7 @@ termux_step_make() {
}
termux_step_make_install() {
python3.7 setup.py install --prefix=$TERMUX_PREFIX --force
python3.8 setup.py install --prefix=$TERMUX_PREFIX --force
}
termux_step_post_massage() {