ranger: update to 1.9.3 and adopt
This commit is contained in:
parent
7ee961d027
commit
f26c59fda6
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ranger'
|
||||
pkgname=ranger
|
||||
version=1.9.2
|
||||
revision=2
|
||||
version=1.9.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="ranger"
|
||||
|
@ -10,11 +10,11 @@ makedepends="python3-devel"
|
|||
depends="python3"
|
||||
checkdepends="python3-pytest flake8 ncurses-term"
|
||||
short_desc="File manager with an ncurses frontend written in Python"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://ranger.github.io"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a
|
||||
checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
|
||||
|
||||
do_check() {
|
||||
# test_pylint is failing,
|
||||
|
|
Loading…
Reference in a new issue