summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoker902018-02-04 00:21:27 +0100
committersoker902018-02-04 00:21:27 +0100
commit4ff20b3dae2f6ed8fd6cceac8d5d02b0d5fe7a39 (patch)
treec3d7ac53e365bd5efbf1ec4c43db44e6e437fcaf
parent9e24288058b2ff19723dac6e5e1c34089d96f352 (diff)
downloadaur-4ff20b3dae2f6ed8fd6cceac8d5d02b0d5fe7a39.tar.gz
Updated to version 0.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 648b11cea020..64c84c93e64e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyexcel
pkgdesc = A wrapper library that provides one API to read, manipulate and write data in different excel formats
- pkgver = 0.5.4
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/pyexcel/pyexcel
arch = i686
@@ -11,8 +11,8 @@ pkgbase = python-pyexcel
depends = python-texttable
depends = python-pyexcel-io
depends = python-lml
- source = https://github.com/pyexcel/pyexcel/archive/v0.5.4.tar.gz
- md5sums = 1104526cab0a75cf3058db675bb355f3
+ source = https://github.com/pyexcel/pyexcel/archive/v0.5.6.tar.gz
+ md5sums = 26c3478da7cac84d9c9880ef717717b6
pkgname = python-pyexcel
diff --git a/PKGBUILD b/PKGBUILD
index dafa54c3cf9e..c56defff1b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# I maintain this on github, feel free to submit a pull request to
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-pyexcel
-pkgver=0.5.4
+pkgver=0.5.6
pkgrel=1
pkgdesc="A wrapper library that provides one API to read, manipulate and write data in different excel formats"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-texttable' 'python-pyexcel-io' 'python-lml')
source=("https://github.com/pyexcel/pyexcel/archive/v$pkgver.tar.gz")
-md5sums=('1104526cab0a75cf3058db675bb355f3')
+md5sums=('26c3478da7cac84d9c9880ef717717b6')
package() {
cd "$srcdir/pyexcel-${pkgver}"