summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-12 22:49:50 +0200
committerGoliathLabs2020-05-12 22:49:50 +0200
commit1782091955997e5b7e1be7a3be499b42ae5094f5 (patch)
tree8ed27f0f7d398118898b765b02818addd37919f2
parent835f4376e154277a45fc395342a10ec726592b8a (diff)
downloadaur-1782091955997e5b7e1be7a3be499b42ae5094f5.tar.gz
Updated: 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ecc279c5183..4c7c2d7231c1 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.15
+ pkgver = 0.6.1
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.15.tar.gz
- md5sums = 2cee4f5a50eed03e5de01f00e271cd10
+ source = https://github.com/pyexcel/pyexcel/archive/v0.6.1.tar.gz
+ sha256sums = e2a58d55647c90fa9435290c3b8b100f66581458e1653dae0e08dd517d5515e3
pkgname = python-pyexcel
diff --git a/PKGBUILD b/PKGBUILD
index 99cea96dc5c0..1f00a18d2947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Eduardo Parra Mazuecos <eduparra90@gmail.com>
+# 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.5.15
+pkgver=0.6.1
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 +13,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=('2cee4f5a50eed03e5de01f00e271cd10')
+sha256sums=('e2a58d55647c90fa9435290c3b8b100f66581458e1653dae0e08dd517d5515e3')
package() {
cd "$srcdir/pyexcel-${pkgver}"