xkcdpass: fix license, update to 1.16.5. (#279)

This commit is contained in:
cr6git 2018-06-21 08:56:33 +02:00 committed by GitHub
parent 37bd9d68c8
commit 64bf3f6425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.16.3
version=1.16.5
revision=1
wrksrc="XKCD-password-generator-xkcdpass-${version}"
noarch=yes
@ -9,12 +9,12 @@ pycompile_module="xkcdpass"
hostmakedepends="python3-setuptools"
checkdepends="python3-pytest"
depends="python3-setuptools"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
maintainer="cr6git <quark6@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/redacted/XKCD-password-generator"
license="BSD"
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
checksum=99e62b8519f453b88f533d9cc7d0d47d8fc6e3c5bd286852e321c327d5a2c4df
checksum=7778cc8924273a3f8313888817dc37dc845a838b5f42f0c5ab0267b2adddebff
do_check() {
pytest3