From 3700e004cc680024a82fd438b347676a2db45f4b Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 19 Dec 2016 23:52:29 -0500 Subject: [PATCH] python-qrcode: fix function name --- srcpkgs/python-qrcode/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template index 5cfef0ecf0..f2dc2e55d5 100644 --- a/srcpkgs/python-qrcode/template +++ b/srcpkgs/python-qrcode/template @@ -1,7 +1,7 @@ # Template file for 'python-qrcode' pkgname=python-qrcode version=5.3 -revision=1 +revision=2 noarch=yes wrksrc="qrcode-${version}" build_style=python2-module @@ -15,6 +15,6 @@ license="MIT" distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz" checksum=4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e -do_install() { +post_install() { vlicense LICENSE }