From c7f7b82dd3479916ddf5aba2edcb26e38c0e9898 Mon Sep 17 00:00:00 2001 From: Michael Struwe Date: Wed, 6 Jul 2022 15:17:20 +0200 Subject: [PATCH] python3-PGPy: update to 0.5.4 --- srcpkgs/python3-PGPy/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template index fa73d46876ce..5eb12c22fcfe 100644 --- a/srcpkgs/python3-PGPy/template +++ b/srcpkgs/python3-PGPy/template @@ -1,17 +1,18 @@ # Template file for 'python3-PGPy' pkgname=python3-PGPy -version=0.5.3 -revision=3 +version=0.5.4 +revision=1 wrksrc=PGPy-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" +checkdepends="python3-pip" # Also needs python3-progressbar which we don't have depends="python3-cryptography python3-pyasn1 python3-six" short_desc="Pretty Good Privacy for Python" maintainer="Anjandev Momi " license="BSD-3-Clause" homepage="https://github.com/SecurityInnovation/PGPy" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635 +distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz" +checksum=beb2e7745ddebf85a24239aa681fa83a9ab8f8867d7ac55351fb0732279ac4fa post_install() { vlicense LICENSE