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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Sep 4 08:48:54 UTC 2014


    Date: Thursday, September 4, 2014 @ 10:48:54
  Author: aginiewicz
Revision: 118253

upgpkg: python-xlsxwriter 0.5.7-1

python-xlsxwriter: new release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-04 08:45:22 UTC (rev 118252)
+++ PKGBUILD	2014-09-04 08:48:54 UTC (rev 118253)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,12 +11,14 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz")
-md5sums=('49321d26183341fead14440cb18777c3')
+md5sums=('9472d63716ad01065a1ab56fa5d7be05')
 
-build() {
+prepare() {
   cd "$srcdir"
   cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
+}
 
+build() {
   msg "Building Python2"
   cd "$srcdir"/XlsxWriter-py2-${pkgver}
   python2 setup.py build




More information about the arch-commits mailing list