summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 683ebb48877f..26abdb456db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eduardo Parra Mazuecos <eduparra90@gmail.com>
pkgname=python-pyexcel
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="A wrapper library that provides one API to read, manipulate and write data in different excel formats"
arch=('i686' 'x86_64')
@@ -11,7 +11,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")
-sha256sums=('7e175a582d15feb348bf613b08fad29a801c5487cc825e91559453a0661a7948')
+sha256sums=('29a5705b060b80dd4bfa889646d4924cbb4b1159e273392c7430dc4ba99da93f')
package() {
cd "$srcdir/pyexcel-${pkgver}"