From 49b60556498367ebf75a5281145aa2ea7b69eb21 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 16 Sep 2022 19:34:23 +0200 Subject: [PATCH] python3-keyrings-alt: fix post_install --- srcpkgs/python3-keyrings-alt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template index 284df047988..2fff0430e8f 100644 --- a/srcpkgs/python3-keyrings-alt/template +++ b/srcpkgs/python3-keyrings-alt/template @@ -1,7 +1,7 @@ # Template file for 'python3-keyrings-alt' pkgname=python3-keyrings-alt version=4.1.0 -revision=2 +revision=3 wrksrc="keyrings.alt-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" @@ -15,6 +15,6 @@ changelog="https://raw.githubusercontent.com/jaraco/keyrings.alt/main/CHANGES.rs distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz" checksum=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2 -post_intall() { +post_install() { vlicense LICENSE }