summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-09-02 23:10:00 +0200
committerEduardo Parra2017-09-02 23:10:00 +0200
commitdd9bf25d4b18f83712a1a28ddda38d64005a4ea4 (patch)
treed7b89b549ed4c2d8d68a24d0f56942c83a0a50f4
parent881ecb48b289e7ca715f996808318fd544fb33ab (diff)
downloadaur-dd9bf25d4b18f83712a1a28ddda38d64005a4ea4.tar.gz
Updated to version 0.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52746a2d871c..556730e6a20f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyexcel-io
pkgdesc = A python library to read and write structured data in csv, zipped csv format and to/from databases
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/pyexcel/pyexcel-io
arch = i686
@@ -8,7 +8,7 @@ pkgbase = python-pyexcel-io
license = BSD
depends = python
depends = python-lml
- source = https://github.com/pyexcel/pyexcel-io/archive/v0.5.0.tar.gz
+ source = https://github.com/pyexcel/pyexcel-io/archive/v0.5.1.tar.gz
md5sums = b45323b5d42b912b3a72e6fe05f7f44e
pkgname = python-pyexcel-io
diff --git a/PKGBUILD b/PKGBUILD
index c0c7bd427de8..3e62bf4aea42 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-io
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="A python library to read and write structured data in csv, zipped csv format and to/from databases"
arch=('i686' 'x86_64')