python-pbkdf2: fix function name
Negates the need for, and closes, #5388
This commit is contained in:
parent
3700e004cc
commit
af0fd1cbfa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pbkdf2'
|
# Template file for 'python-pbkdf2'
|
||||||
pkgname=python-pbkdf2
|
pkgname=python-pbkdf2
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pbkdf2-${version}"
|
wrksrc="pbkdf2-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -14,6 +14,6 @@ license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pbkdf2/pbkdf2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pbkdf2/pbkdf2-${version}.tar.gz"
|
||||||
checksum=ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
|
checksum=ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vlicense README.txt
|
vlicense README.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue