summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 19:05:18 +0200
committerAndrzej Giniewicz2016-07-30 19:05:18 +0200
commit993bf2d44cc145e73d97a12bc083e20d1d7a1425 (patch)
treea304cc4c33ec61227d906c1c4013b12ca27384e2
parent29ba2c4cd4a4573cebe1f68eff34c2a77ecdfc59 (diff)
downloadaur-993bf2d44cc145e73d97a12bc083e20d1d7a1425.tar.gz
python2-xlutils: new upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4af41663453..e70bfa84bd6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jul 30 17:04:55 UTC 2016
pkgbase = python2-xlutils
pkgdesc = Utilities for working with Excel files
- pkgver = 1.7.1
+ pkgver = 2.0.0
pkgrel = 1
url = http://www.python-excel.org/
arch = any
@@ -9,8 +11,8 @@ pkgbase = python2-xlutils
depends = python2-xlrd
depends = python2-xlwt
optdepends = python2-errorhandler: needed for ErrorFilter support
- source = http://pypi.python.org/packages/source/x/xlutils/xlutils-1.7.1.tar.gz
- md5sums = 6247ccda7d8f864b815525e94da30977
+ source = https://github.com/python-excel/xlutils/archive/2.0.0.tar.gz
+ md5sums = 6e696e3ad63bd1ebb1a7e9694723936b
pkgname = python2-xlutils
diff --git a/PKGBUILD b/PKGBUILD
index b573ae616277..06fd3511751c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: tocer <tocer.deng@gmail.com>
pkgname=python2-xlutils
-pkgver=1.7.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="Utilities for working with Excel files"
arch=('any')
@@ -13,8 +13,8 @@ license=('MIT')
depends=('python2-xlrd' 'python2-xlwt')
makedepends=('python2-setuptools')
optdepends=('python2-errorhandler: needed for ErrorFilter support')
-source=("http://pypi.python.org/packages/source/x/xlutils/xlutils-${pkgver}.tar.gz")
-md5sums=('6247ccda7d8f864b815525e94da30977')
+source=("https://github.com/python-excel/xlutils/archive/${pkgver}.tar.gz")
+md5sums=('6e696e3ad63bd1ebb1a7e9694723936b')
build() {
cd "$srcdir"/xlutils-$pkgver