summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-09-01 13:13:03 +0200
committerEduardo Parra2017-09-01 13:13:03 +0200
commit2b1cff220a3120e35acfe95b5ec7318b834c54b1 (patch)
tree9d8208580f774808cc262006dc5cc9df374271dd
parentb6697b47aab4f4f3d160a22851e166627c88fd47 (diff)
downloadaur-2b1cff220a3120e35acfe95b5ec7318b834c54b1.tar.gz
Added new dependence
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacc3a8fbde1..0d4e91094332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyexcel-ods
pkgdesc = A wrapper library to read, manipulate and write data in ods format
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyexcel/pyexcel-ods
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = python-pyexcel-ods
depends = python
depends = python-odfpy
depends = python-pyexcel-io
+ depends = python-pyexcel
source = https://github.com/pyexcel/pyexcel-ods/archive/v0.5.0.tar.gz
md5sums = 52a19821e58c4467c6612d8bc8f9b67b
diff --git a/PKGBUILD b/PKGBUILD
index e1c068c06ea8..d45f67d5ed6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-pyexcel-ods
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A wrapper library to read, manipulate and write data in ods format"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel-ods"
license=('BSD')
-depends=('python' 'python-odfpy' 'python-pyexcel-io')
+depends=('python' 'python-odfpy' 'python-pyexcel-io' 'python-pyexcel')
source=("https://github.com/pyexcel/pyexcel-ods/archive/v$pkgver.tar.gz")
md5sums=('52a19821e58c4467c6612d8bc8f9b67b')