summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2018-01-14 00:14:38 +0100
committerEduardo Parra2018-01-14 00:14:38 +0100
commitd720ca9b1de2974a4bfddcdf62297c8c836c3337 (patch)
treec3fbe495645737837cc338af08fa3d3298ad39c8
parentb9af196c62d3a30743a4b7e24322d32f697a86d7 (diff)
downloadaur-d720ca9b1de2974a4bfddcdf62297c8c836c3337.tar.gz
Updated to version 0.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57ad4871488..b3075c72ba53 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.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/pyexcel/pyexcel-io
arch = i686
@@ -9,8 +9,8 @@ pkgbase = python-pyexcel-io
makedepends = python-setuptools
depends = python
depends = python-lml
- source = https://github.com/pyexcel/pyexcel-io/archive/v0.5.5.tar.gz
- md5sums = 1895e6261ee5967e792332d6bd0c0502
+ source = https://github.com/pyexcel/pyexcel-io/archive/v0.5.6.tar.gz
+ md5sums = 0ee05afb39294bf0db8d71d1f911afe9
pkgname = python-pyexcel-io
diff --git a/PKGBUILD b/PKGBUILD
index 96f642ccddbb..d217071505ae 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.5
+pkgver=0.5.6
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')
@@ -12,7 +12,7 @@ license=('BSD-3-clause')
makedepends=('python-setuptools')
depends=('python' 'python-lml')
source=("https://github.com/pyexcel/pyexcel-io/archive/v$pkgver.tar.gz")
-md5sums=('1895e6261ee5967e792332d6bd0c0502')
+md5sums=('0ee05afb39294bf0db8d71d1f911afe9')
build() {
cd "$srcdir/${pkgname#python-}-$pkgver"