ranger: update for python 3.8
This commit is contained in:
parent
32f7caa2fa
commit
0f42f6591e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user