ranger: update to 1.9.2.
This commit is contained in:
parent
53b2b25e0b
commit
ffe367a298
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'ranger'
|
# Template file for 'ranger'
|
||||||
pkgname=ranger
|
pkgname=ranger
|
||||||
version=1.9.1
|
version=1.9.2
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
checkdepends="python-pytest pylint flake8"
|
checkdepends="python-pytest pylint flake8 ncurses-term"
|
||||||
noarch="yes"
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="$pkgname"
|
pycompile_module="$pkgname"
|
||||||
short_desc="File manager with an ncurses frontend written in Python"
|
short_desc="File manager with an ncurses frontend written in Python"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="https://ranger.github.io"
|
homepage="https://ranger.github.io"
|
||||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2
|
checksum=0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in a new issue