Date: Sunday, January 17, 2021 @ 18:10:07 Author: arojas Revision: 821514
Update to 2.0.1 Modified: python-xlrd/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-17 18:09:30 UTC (rev 821513) +++ PKGBUILD 2021-01-17 18:10:07 UTC (rev 821514) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname='python-xlrd' -pkgver=1.2.0 -pkgrel=4 +pkgver=2.0.1 +pkgrel=1 pkgdesc="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files" arch=('any') url="http://www.python-excel.org/" @@ -13,8 +13,8 @@ license=('BSD') makedepends=('python-setuptools') depends=('python') -source=("https://github.com/python-excel/xlrd/archive/${pkgver}.tar.gz") -sha1sums=('95bb16f909d8cc58f2fbde056c0e5b11661acb12') +source=($pkgname-$pkgver.tar.gz::"https://github.com/python-excel/xlrd/archive/${pkgver}.tar.gz") +sha1sums=('ac2d0240e5c54cf66201ae2bdf2f4fce8672414a') build() { cd "$srcdir"/xlrd-${pkgver}
