xkcdpass: update to 1.19.3.
This commit is contained in:
parent
7b5cfe7ff2
commit
84c3f3a54d
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'xkcdpass'
|
# Template file for 'xkcdpass'
|
||||||
pkgname=xkcdpass
|
pkgname=xkcdpass
|
||||||
version=1.17.3
|
version=1.19.3
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="xkcdpass"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Lugubris <lugubris@disroot.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/redacted/XKCD-password-generator"
|
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||||
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=793aa1803360033cefa24b386abb0f11f815ffd95824026605fe398e98f9efd4
|
checksum=8ac1e1778c6c9bb1725816244695c79c622414f6937406be1eb10606de166340
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
pytest3
|
pytest3
|
||||||
|
@ -21,5 +20,6 @@ do_check() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman xkcdpass.1
|
vman xkcdpass.1
|
||||||
|
vcompletion contrib/xkcdpass.bash-completion bash
|
||||||
vlicense LICENSE.BSD
|
vlicense LICENSE.BSD
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue