diff options
author | tcely <tcely@users.noreply.github.com> | 2018-03-20 12:06:11 -0400 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-24 13:02:15 +0100 |
commit | 0e6a8948c9e28162770e6a83a0395abe247e071b (patch) | |
tree | 82ba0ed2e6c6f955a8e320275fa15f3e33a6efa6 /community | |
parent | fd1d9ca97187a653bbf8ddd00ee503661584d7ae (diff) | |
download | aports-0e6a8948c9e28162770e6a83a0395abe247e071b.tar.bz2 aports-0e6a8948c9e28162770e6a83a0395abe247e071b.tar.xz |
community/xkcdpass: upgrade to 1.16.2
Diffstat (limited to 'community')
-rw-r--r-- | community/xkcdpass/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/xkcdpass/APKBUILD b/community/xkcdpass/APKBUILD index 2fec8a4844..8368c3e920 100644 --- a/community/xkcdpass/APKBUILD +++ b/community/xkcdpass/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=xkcdpass -pkgver=1.14.3 +pkgver=1.16.2 pkgrel=0 pkgdesc="Generate secure multiword passwords/passphrases" url="https://github.com/redacted/XKCD-password-generator" @@ -9,6 +9,7 @@ arch="noarch" license="BSD-3-Clause" depends="py3-xkcdpass" makedepends="python3-dev" +checkdepends="python2" subpackages="py3-$pkgname:py3" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver @@ -35,4 +36,4 @@ py3() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -sha512sums="51379601c88d2f6bd023f5e1be8ae00f4b24904171793726fb97b69a78701e59c513654963982de44821fad85916ae123867f2cdeee3c691fb7d813e49de6ac6 xkcdpass-1.14.3.tar.gz" +sha512sums="0f39a5b0bf1cb5c799cc7adbb115dcdc766e3d8530e88b49c1089a6b97ea71fdd0877f154677bae509e0250a11ad93dffaae6efa00d0813081456a74490623e5 xkcdpass-1.16.2.tar.gz" |