summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-09-01 13:09:49 +0200
committerEduardo Parra2017-09-01 13:09:49 +0200
commitb32f85bd7759050537b937bcd52bef1f07323f8b (patch)
treea1bb359427106fc58d72e8cb0844b7017924f073
parent278bceafc617730f9ec4fcb10a08a9bbed6badb8 (diff)
downloadaur-b32f85bd7759050537b937bcd52bef1f07323f8b.tar.gz
fix
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD2
2 files changed, 18 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eafa692ec19..23f5a3bee4b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,3 +15,20 @@ pkgbase = python-pyexcel
pkgname = python-pyexcel
+pkgbase = python-pyexcel
+ pkgdesc = A wrapper library that provides one API to read, manipulate and write data in different excel formats
+ pkgver = 0.5.3
+ pkgrel = 2
+ url = https://github.com/pyexcel/pyexcel
+ arch = i686
+ arch = x86_64
+ license = BSD
+ depends = python
+ depends = python-texttable
+ depends = python-pyexcel-io
+ depends = python-lml
+ source = https://github.com/pyexcel/pyexcel/archive/v0.5.3.tar.gz
+ md5sums = b9e168f9c3b1488e13708c354a2c1660
+
+pkgname = python-pyexcel
+
diff --git a/PKGBUILD b/PKGBUILD
index d7a36a7dbd06..8bed2f669420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-pyexcel
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="A wrapper library that provides one API to read, manipulate and write data in different excel formats"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel"