ranger: fix do-check

This commit is contained in:
maxice8 2019-03-02 23:01:28 -03:00
parent 51d1bb5dbc
commit 305782b39e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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
}