python3-hkdf: fix post_install

This commit is contained in:
Michal Vasilek 2022-09-16 19:34:17 +02:00
parent 2c90f89b3f
commit 0ca23e37c2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-hkdf'
pkgname=python3-hkdf
version=0.0.3
revision=5
revision=6
wrksrc="hkdf-${version}"
build_style=python3-module
pycompile_module="hkdf.py"
@ -14,6 +14,6 @@ homepage="https://pypi.org/project/hkdf/"
distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
post-install() {
post_install() {
vlicense LICENSE
}