From 4c13e25ce130695f06f1eb46ced9ac2660835396 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 16 Jan 2019 03:03:24 -0200 Subject: [PATCH] python-qrcode: update to 6.1. --- srcpkgs/python-qrcode/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template index 2b4c36ad254..32a2f0933fb 100644 --- a/srcpkgs/python-qrcode/template +++ b/srcpkgs/python-qrcode/template @@ -1,6 +1,6 @@ # Template file for 'python-qrcode' pkgname=python-qrcode -version=6.0 +version=6.1 revision=1 noarch=yes wrksrc="qrcode-${version}" @@ -11,10 +11,10 @@ depends="python-six" checkdepends="python3-six" short_desc="QR Code image generator (Python2)" maintainer="Charles E. Lehner " -homepage="https://github.com/lincolnloop/python-qrcode" license="BSD-3-Clause" +homepage="https://github.com/lincolnloop/python-qrcode" distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz" -checksum=037b0db4c93f44586e37f84c3da3f763874fcac85b2974a69a98e399ac78e1bf +checksum=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369 do_check() { python3 setup.py test