From 2c90f89b3fe692a2f66c4b35de585588f8c64b53 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 16 Sep 2022 19:34:12 +0200 Subject: [PATCH] python3-daemonize: fix post_install --- srcpkgs/python3-daemonize/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template index caf1fbf54a7..a815e51599d 100644 --- a/srcpkgs/python3-daemonize/template +++ b/srcpkgs/python3-daemonize/template @@ -1,7 +1,7 @@ # Template file for 'python3-daemonize' pkgname=python3-daemonize version=2.5.0 -revision=5 +revision=6 wrksrc="daemonize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,6 +13,6 @@ homepage="https://github.com/thesharp/daemonize" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481 -post_Install() { +post_install() { vlicense LICENSE }