summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-08-10 00:59:48 +0200
committerGoliathLabs2020-08-10 00:59:48 +0200
commit955c76810f7a2fb5b194a231e224a1e5bd7bf423 (patch)
tree3a2c8f039ac6e767c9001ff52888e78cb20cdf4b /PKGBUILD
parent995a0e8f3cd1b0f465891a8e5928f6b7afe10314 (diff)
downloadaur-955c76810f7a2fb5b194a231e224a1e5bd7bf423.tar.gz
Updated: 0.6.3
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}"