[arch-commits] Commit in python-xlsxwriter/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Aug 9 15:19:24 UTC 2020


    Date: Sunday, August 9, 2020 @ 15:19:24
  Author: aginiewicz
Revision: 673152

upgpkg: python-xlsxwriter 1.3.2-1: python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 15:17:12 UTC (rev 673151)
+++ PKGBUILD	2020-08-09 15:19:24 UTC (rev 673152)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=python-xlsxwriter
-pkgver=1.2.9
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -9,8 +9,8 @@
 license=('BSD')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('a36d613613d2357c7fcf8f82d30c06f63019d993860938f6613479179ecef05e')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
+sha256sums=('285aa813117f7d273599fdf7bb62ba98cfb0596df9b0ad3c3921ec41070aaecf')
 
 build() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}



More information about the arch-commits mailing list