From 0876df21182a805959612e2444f325ff512121d4 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 16 Sep 2022 19:34:37 +0200 Subject: [PATCH] python3-txtorcon: fix post_install --- srcpkgs/python3-txtorcon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template index 761388e15e8..1d4806a1ab9 100644 --- a/srcpkgs/python3-txtorcon/template +++ b/srcpkgs/python3-txtorcon/template @@ -1,7 +1,7 @@ # Template file for 'python3-txtorcon' pkgname=python3-txtorcon version=21.1.0 -revision=2 +revision=3 wrksrc="txtorcon-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" @@ -16,6 +16,6 @@ distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz" checksum=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750 make_check=ci-skip -post-install() { +post_install() { vlicense LICENSE }