Date: Tuesday, April 4, 2023 @ 11:37:30
Author: alerque
Revision: 1434547
upgpkg: python-qrcode 7.4.2-2; add missing new dependency, fixes FS#78027
Modified:
python-qrcode/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-04 11:37:25 UTC (rev 1434546)
+++ PKGBUILD 2023-04-04 11:37:30 UTC (rev 1434547)
@@ -7,12 +7,12 @@
pkgname=python-qrcode
_pkgname=${pkgname#python-}
pkgver=7.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python library to generate QR codes'
arch=('any')
url='https://github.com/lincolnloop/python-qrcode'
license=('BSD')
-depends=('python' 'python-pypng')
+depends=('python' 'python-typing_extensions' 'python-pypng')
optdepends=('python-pillow: faster but not python native backend')
makedepends=('python-'{build,installer,wheel} 'python-setuptools')
checkdepends=('python-pytest')