summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-08-10 00:59:48 +0200
committerGoliathLabs2020-08-10 00:59:48 +0200
commit955c76810f7a2fb5b194a231e224a1e5bd7bf423 (patch)
tree3a2c8f039ac6e767c9001ff52888e78cb20cdf4b
parent995a0e8f3cd1b0f465891a8e5928f6b7afe10314 (diff)
downloadaur-955c76810f7a2fb5b194a231e224a1e5bd7bf423.tar.gz
Updated: 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b6bf5a22ad..3ad53429c204 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.6.2
+ pkgver = 0.6.3
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.6.2.tar.gz
- sha256sums = 7e175a582d15feb348bf613b08fad29a801c5487cc825e91559453a0661a7948
+ source = https://github.com/pyexcel/pyexcel/archive/v0.6.3.tar.gz
+ sha256sums = 29a5705b060b80dd4bfa889646d4924cbb4b1159e273392c7430dc4ba99da93f
pkgname = python-pyexcel
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}"