visidata: update to 2.1.

This commit is contained in:
Daniel Eyßer 2020-12-19 17:04:29 +01:00 committed by Érico Nogueira Rolim
parent c31a16a61e
commit f1e1654fa8

View file

@ -1,6 +1,6 @@
# Template file for 'visidata' # Template file for 'visidata'
pkgname=visidata pkgname=visidata
version=2.0.1 version=2.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,8 +12,4 @@ license="GPL-3.0-only"
homepage="https://visidata.org/" homepage="https://visidata.org/"
changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md" changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md"
distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz" distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz"
checksum=a64f08956f3df823afdd1566e66337145583ae18cab53c1732f7187567365f25 checksum=29e80e81bd4523ea5ac8bf34b18e74fd77470e2370373ef32b5ec02c7ce67494
do_check() {
pytest3
}