Date: Friday, January 29, 2021 @ 17:02:46 Author: arojas Revision: 835412
Update to 3.0.6 Modified: python-openpyxl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-29 17:01:01 UTC (rev 835411) +++ PKGBUILD 2021-01-29 17:02:46 UTC (rev 835412) @@ -3,8 +3,8 @@ # Contributor: Martin Corley <[email protected]> pkgname=python-openpyxl -pkgver=3.0.5 -pkgrel=3 +pkgver=3.0.6 +pkgrel=1 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files" arch=('any') url="https://openpyxl.readthedocs.org/" @@ -16,7 +16,7 @@ 'python-defusedxml: guard against various XML vulnerabilities' 'python-pandas: for iteration over Pandas DataFrames') source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2") -sha256sums=('30a3d65cd8ccf73f4993d85bdeb50d7adff9c086c84c23f755a38896c1800128') +sha256sums=('8aa63aa1afd16e2428c81dcc097ec2a05a11b2c2084bf16a12e61c44e7c9e5eb') build() { cd "$srcdir"/openpyxl-${pkgver}
