[arch-commits] Commit in python2-qrcode/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Sat Sep 24 01:10:22 UTC 2016


    Date: Saturday, September 24, 2016 @ 01:10:21
  Author: tredaelli
Revision: 190224

upgpkg: python2-qrcode 5.3-1

Modified:
  python2-qrcode/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 01:01:30 UTC (rev 190223)
+++ PKGBUILD	2016-09-24 01:10:21 UTC (rev 190224)
@@ -3,14 +3,14 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=python2-qrcode
-pkgver=5.1
-pkgrel=2
+pkgver=5.3
+pkgrel=1
 pkgdesc="Python library to generate QR codes"
 arch=('any')
 url="https://github.com/lincolnloop/python-qrcode"
 license=('custom')
 depends=('python2-pillow' 'python2-six' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz)
+source=(https://pypi.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz)
 
 prepare() {
   find "qrcode-$pkgver" -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
@@ -25,4 +25,4 @@
 }
 
 # vim:ts=2:sw=2:et:
-md5sums=('1f20223419bbf992208ada0c12ed4577')
+md5sums=('af41b650a3675d0a0366f842de9786b9')



More information about the arch-commits mailing list