summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 20:19:25 +0200
committerGoliathLabs2020-06-11 20:19:25 +0200
commit995a0e8f3cd1b0f465891a8e5928f6b7afe10314 (patch)
treebf67302e1c52d462a8f1849195faf27228bf0122
parent1782091955997e5b7e1be7a3be499b42ae5094f5 (diff)
downloadaur-995a0e8f3cd1b0f465891a8e5928f6b7afe10314.tar.gz
Updated: 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c7c2d7231c1..46b6bf5a22ad 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.1
+ pkgver = 0.6.2
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.1.tar.gz
- sha256sums = e2a58d55647c90fa9435290c3b8b100f66581458e1653dae0e08dd517d5515e3
+ source = https://github.com/pyexcel/pyexcel/archive/v0.6.2.tar.gz
+ sha256sums = 7e175a582d15feb348bf613b08fad29a801c5487cc825e91559453a0661a7948
pkgname = python-pyexcel
diff --git a/PKGBUILD b/PKGBUILD
index 1f00a18d2947..683ebb48877f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: Eduardo Parra Mazuecos <eduparra90@gmail.com>
-# 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.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="A wrapper library that provides one API to read, manipulate and write data in different excel formats"
arch=('i686' 'x86_64')
@@ -13,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=('e2a58d55647c90fa9435290c3b8b100f66581458e1653dae0e08dd517d5515e3')
+sha256sums=('7e175a582d15feb348bf613b08fad29a801c5487cc825e91559453a0661a7948')
package() {
cd "$srcdir/pyexcel-${pkgver}"