python3-keyrings-alt: fix post_install
This commit is contained in:
parent
0ca23e37c2
commit
49b6055649
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-keyrings-alt'
|
# Template file for 'python3-keyrings-alt'
|
||||||
pkgname=python3-keyrings-alt
|
pkgname=python3-keyrings-alt
|
||||||
version=4.1.0
|
version=4.1.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="keyrings.alt-${version}"
|
wrksrc="keyrings.alt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
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"
|
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
||||||
checksum=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2
|
checksum=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2
|
||||||
|
|
||||||
post_intall() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue