summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2019-03-01 00:08:59 +0100
committerEduardo Parra2019-03-01 00:08:59 +0100
commit42a7fdd3375a9a295afb60ec11c36d57a157d2fc (patch)
tree504374156b0aab088ce80ee8a1faa48a6b3b1a48
parent9e24288058b2ff19723dac6e5e1c34089d96f352 (diff)
downloadaur-42a7fdd3375a9a295afb60ec11c36d57a157d2fc.tar.gz
Update to version 0.5.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 648b11cea020..19a21000a77c 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.12
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.12.tar.gz
+ md5sums = a6d7fdf6ca575aaa8307ec703a9b245d
pkgname = python-pyexcel
diff --git a/PKGBUILD b/PKGBUILD
index dafa54c3cf9e..26ed6ef067e5 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.12
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=('a6d7fdf6ca575aaa8307ec703a9b245d')
package() {
cd "$srcdir/pyexcel-${pkgver}"