xkcdpass: update to 1.17.2.

This commit is contained in:
maxice8 2019-01-20 00:01:34 -02:00 committed by maxice8
parent d778c95a60
commit e45ee1726a

View file

@ -1,20 +1,20 @@
# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.17.0
version=1.17.2
revision=1
noarch=yes
wrksrc="XKCD-password-generator-xkcdpass-${version}"
build_style=python3-module
pycompile_module="xkcdpass"
hostmakedepends="python3-setuptools"
checkdepends="python3-pytest"
depends="python3-setuptools"
checkdepends="python3-pytest"
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
maintainer="Orphaned <orphan@voidlinux.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=7dcfb2b38f95f173754ecc5ecd5dde08516d4c72be4e2ccdfe5f6685fb7c3c43
checksum=060b80b33ccd2cfdbd689021374cfb0a16c19e4a121e814c4b039dabe76cc8b6
do_check() {
pytest3