xkcdpass: update to 1.19.3.

This commit is contained in:
Daniel Lewan 2021-10-07 23:21:37 +02:00 committed by Érico Nogueira Rolim
parent 7b5cfe7ff2
commit 84c3f3a54d

View file

@ -1,10 +1,9 @@
# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.17.3
revision=3
version=1.19.3
revision=1
wrksrc="XKCD-password-generator-xkcdpass-${version}"
build_style=python3-module
pycompile_module="xkcdpass"
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
checkdepends="python3-pytest"
@ -13,7 +12,7 @@ maintainer="Lugubris <lugubris@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/redacted/XKCD-password-generator"
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
checksum=793aa1803360033cefa24b386abb0f11f815ffd95824026605fe398e98f9efd4
checksum=8ac1e1778c6c9bb1725816244695c79c622414f6937406be1eb10606de166340
do_check() {
pytest3
@ -21,5 +20,6 @@ do_check() {
post_install() {
vman xkcdpass.1
vcompletion contrib/xkcdpass.bash-completion bash
vlicense LICENSE.BSD
}