From 64bf3f6425f5c1f1f31f1c1498d860fc0890c48f Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 21 Jun 2018 08:56:33 +0200 Subject: [PATCH] xkcdpass: fix license, update to 1.16.5. (#279) --- srcpkgs/xkcdpass/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template index 480295c0acf..cdc714c6448 100644 --- a/srcpkgs/xkcdpass/template +++ b/srcpkgs/xkcdpass/template @@ -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 " short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD" +maintainer="cr6git " +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