python-pbkdf2: fix function name

Negates the need for, and closes, #5388
This commit is contained in:
Toyam Cox 2016-12-19 23:54:09 -05:00
parent 3700e004cc
commit af0fd1cbfa

View file

@ -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
} }