python3-txtorcon: fix post_install
This commit is contained in:
parent
d58b692417
commit
0876df2118
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue