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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jun 7 10:04:42 UTC 2016


    Date: Tuesday, June 7, 2016 @ 12:04:42
  Author: aginiewicz
Revision: 178124

upgpkg: python-xlwt 1.1.1-1

python-xlwt: new upstream release

Modified:
  python-xlwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 09:56:47 UTC (rev 178123)
+++ PKGBUILD	2016-06-07 10:04:42 UTC (rev 178124)
@@ -5,15 +5,15 @@
 
 pkgbase=python-xlwt
 pkgname=('python2-xlwt' 'python-xlwt')
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files"
 arch=('any')
 url="http://www.python-excel.org/"
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/x/xlwt/xlwt-${pkgver}.tar.gz")
-md5sums=('5e5e4eae8fe7ee3d43f9324767ad925e')
+source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz")
+md5sums=('27608701f6951fb8ef1162832721f4b2')
 
 build() {
   cd "$srcdir"



More information about the arch-commits mailing list