python-qrcode: fix function name

This commit is contained in:
Toyam Cox 2016-12-19 23:52:29 -05:00
parent cde0489b3a
commit 3700e004cc
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-qrcode' # Template file for 'python-qrcode'
pkgname=python-qrcode pkgname=python-qrcode
version=5.3 version=5.3
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="qrcode-${version}" wrksrc="qrcode-${version}"
build_style=python2-module build_style=python2-module
@ -15,6 +15,6 @@ license="MIT"
distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz" distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
checksum=4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e checksum=4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e
do_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }