summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-09-28 19:56:10 +0200
committerEduardo Parra2017-09-28 19:56:10 +0200
commit9e24288058b2ff19723dac6e5e1c34089d96f352 (patch)
tree0b12f95316aa6a41c75b1b84b08b554036415b2b
parent369a1b639a3b6e14b912b827cfdaa85420a1b9ce (diff)
downloadaur-9e24288058b2ff19723dac6e5e1c34089d96f352.tar.gz
Updated to version 0.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4713d4a36bc3..648b11cea020 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyexcel
pkgdesc = A wrapper library that provides one API to read, manipulate and write data in different excel formats
- pkgver = 0.5.3
- pkgrel = 3
+ pkgver = 0.5.4
+ pkgrel = 1
url = https://github.com/pyexcel/pyexcel
arch = i686
arch = x86_64
@@ -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.3.tar.gz
- md5sums = b9e168f9c3b1488e13708c354a2c1660
+ source = https://github.com/pyexcel/pyexcel/archive/v0.5.4.tar.gz
+ md5sums = 1104526cab0a75cf3058db675bb355f3
pkgname = python-pyexcel
diff --git a/PKGBUILD b/PKGBUILD
index 15c98a3f1350..dafa54c3cf9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# 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.3
-pkgrel=3
+pkgver=0.5.4
+pkgrel=1
pkgdesc="A wrapper library that provides one API to read, manipulate and write data in different excel formats"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel"
@@ -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=('b9e168f9c3b1488e13708c354a2c1660')
+md5sums=('1104526cab0a75cf3058db675bb355f3')
package() {
cd "$srcdir/pyexcel-${pkgver}"