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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jun 7 09:33:39 UTC 2016


    Date: Tuesday, June 7, 2016 @ 11:33:38
  Author: aginiewicz
Revision: 178108

upgpkg: python-xlrd 1.0.0-1

python-xlrd: new upstream release

Modified:
  python-xlrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 09:30:49 UTC (rev 178107)
+++ PKGBUILD	2016-06-07 09:33:38 UTC (rev 178108)
@@ -7,15 +7,15 @@
 
 pkgbase=python-xlrd
 pkgname=('python2-xlrd' 'python-xlrd')
-pkgver=0.9.4
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
 arch=('any')
 url="http://www.python-excel.org/"
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz")
-md5sums=('911839f534d29fe04525ef8cd88fe865')
+source=("https://github.com/python-excel/xlrd/archive/${pkgver}.tar.gz")
+md5sums=('72dfa4a43b300878e2e14f4209410d0d')
 
 build() {
   cd "$srcdir"



More information about the arch-commits mailing list