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 }