xkcdpass: update to 1.16.2, add manpage

This commit is contained in:
cr6git 2018-02-26 19:35:44 +01:00 committed by Toyam Cox
parent c1ccee104a
commit d32e309b4c

View file

@ -1,6 +1,6 @@
# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.16.0
version=1.16.2
revision=1
noarch=yes
build_style=python3-module
@ -13,7 +13,7 @@ short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
homepage="https://github.com/redacted/XKCD-password-generator"
license="BSD"
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
checksum=5d7174c36f633a1c32bc6755bfa4aa4e320264a4836a151525ca3aa25fadd6fd
checksum=be1aff73a07226b22e21e31f40f6f51f87ebeaa15cf92260aebb0105a2e5bb73
wrksrc="XKCD-password-generator-xkcdpass-${version}"
do_check() {
@ -21,5 +21,6 @@ do_check() {
}
post_install() {
vman xkcdpass.1
vlicense LICENSE.BSD
}