ranger: fix do-check
This commit is contained in:
parent
51d1bb5dbc
commit
305782b39e
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ version=1.9.2
|
|||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="ranger"
|
||||
hostmakedepends="python3"
|
||||
makedepends="python3-devel"
|
||||
checkdepends="python-pytest pylint flake8 ncurses-term"
|
||||
depends="python3"
|
||||
pycompile_module="$pkgname"
|
||||
checkdepends="python-pytest pylint flake8 ncurses-term"
|
||||
short_desc="File manager with an ncurses frontend written in Python"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-3.0-only"
|
||||
|
@ -17,5 +17,5 @@ distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
|||
checksum=0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a
|
||||
|
||||
do_check() {
|
||||
make test
|
||||
TERM=linux TERMINFO=/usr/share/terminfo make test
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue