summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-09-02 23:16:20 +0200
committerEduardo Parra2017-09-02 23:16:20 +0200
commit7360789102135a650255cfdbe3a61e1350cc2cd5 (patch)
tree8e734c2fdb23f81dd0414d6171b46bf3cb985500
parent2b1cff220a3120e35acfe95b5ec7318b834c54b1 (diff)
downloadaur-7360789102135a650255cfdbe3a61e1350cc2cd5.tar.gz
Remove dependence not necesarry
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4e91094332..8da4fe0cf2ca 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 = 2
+ pkgrel = 3
url = https://github.com/pyexcel/pyexcel-ods
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ 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 d45f67d5ed6e..d2b8fbd0ca27 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=2
+pkgrel=3
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' 'python-pyexcel')
+depends=('python' 'python-odfpy' 'python-pyexcel-io')
source=("https://github.com/pyexcel/pyexcel-ods/archive/v$pkgver.tar.gz")
md5sums=('52a19821e58c4467c6612d8bc8f9b67b')