aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2021-06-14 11:34:18 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-06-16 06:27:11 +0000
commit9339ead8bae14bea7e4271f3c0583cef8d69a943 (patch)
tree8341a6ebc663ff28624948c8829f07891b4609c6
parent766bcd10f58676d67691062ba70abf36adce0b0f (diff)
testing/py3-flask-qrcode: upgrade to 3.0.0
-rw-r--r--testing/py3-flask-qrcode/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/py3-flask-qrcode/APKBUILD b/testing/py3-flask-qrcode/APKBUILD
index b260012dfd8..bddfb877c04 100644
--- a/testing/py3-flask-qrcode/APKBUILD
+++ b/testing/py3-flask-qrcode/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flask-qrcode
_pkgname=Flask-QRcode
-pkgver=2.0.2
-pkgrel=4
+pkgver=3.0.0
+pkgrel=0
pkgdesc="Simple flask extension to render QR codes on template"
url="https://github.com/marcoagner/Flask-QRcode"
arch="noarch"
@@ -25,4 +25,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c70cdb75648e74697793fc9b34a54f87adab68efdffb7f00e759ebeb7bc9c20d20a90b50dc70a19661ea5e2c98d14d9825eb483a0e1aec05504b5958638307e5 Flask-QRcode-2.0.2.tar.gz"
+sha512sums="
+25bddd05a2a5d11642c4777864215bc968270b4ee7a25d93f6760b22f7689f89316dc1e5c16be6a4545919a0318bc76f0e91b8d37e2c225f8854be6f6b4495e3 Flask-QRcode-3.0.0.tar.gz
+"