python-qrcode: fix function name
This commit is contained in:
parent
cde0489b3a
commit
3700e004cc
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue