python3-spake2: fix post_install
This commit is contained in:
parent
49b6055649
commit
d58b692417
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-spake2'
|
# Template file for 'python3-spake2'
|
||||||
pkgname=python3-spake2
|
pkgname=python3-spake2
|
||||||
version=0.8
|
version=0.8
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="python-spake2-${version}"
|
wrksrc="python-spake2-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="spake2"
|
pycompile_module="spake2"
|
||||||
|
@ -14,6 +14,6 @@ homepage="https://github.com/warner/python-spake2"
|
||||||
distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
|
||||||
checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
|
checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
|
||||||
|
|
||||||
post-install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue