xkcdpass: update to 1.16.2, add manpage
This commit is contained in:
parent
c1ccee104a
commit
d32e309b4c
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xkcdpass'
|
# Template file for 'xkcdpass'
|
||||||
pkgname=xkcdpass
|
pkgname=xkcdpass
|
||||||
version=1.16.0
|
version=1.16.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
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"
|
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
||||||
checksum=5d7174c36f633a1c32bc6755bfa4aa4e320264a4836a151525ca3aa25fadd6fd
|
checksum=be1aff73a07226b22e21e31f40f6f51f87ebeaa15cf92260aebb0105a2e5bb73
|
||||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
@ -21,5 +21,6 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vman xkcdpass.1
|
||||||
vlicense LICENSE.BSD
|
vlicense LICENSE.BSD
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue