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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 16:28:49 UTC 2019


    Date: Sunday, February 10, 2019 @ 16:28:48
  Author: aginiewicz
Revision: 431618

upgpkg: python-xlsxwriter 1.1.4-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 16:16:06 UTC (rev 431617)
+++ PKGBUILD	2019-02-10 16:28:48 UTC (rev 431618)
@@ -2,7 +2,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=1.1.2
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz")
-sha1sums=('f577fe97dfaa606109165c21facdd7ced21e0626')
+sha1sums=('0cdc277ee0e39306bf7897d0d570e5710a444a4e')
 
 prepare() {
   cd "$srcdir"
@@ -18,11 +18,11 @@
 }
 
 build() {
-  msg "Building Python2"
+  # "Building Python2"
   cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
   python2 setup.py build
 
-  msg "Building Python3"
+  # "Building Python3"
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
   python setup.py build
 }



More information about the arch-commits mailing list