diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template index 5cfef0ecf05..f2dc2e55d50 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 }