summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Parra2019-03-03 23:42:28 +0100
committerEduardo Parra2019-03-03 23:42:28 +0100
commit3e44d591014ebedf6ac2625438cc9cdccef29f5b (patch)
tree6f1208cc1280c9c0ed988ad55a0e3cf52943e66d /PKGBUILD
parent98be3f35dee94e24da0e4d8f7a6d958f50cdabb5 (diff)
downloadaur-python2-odfpy.tar.gz
Added dependencie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0dcad6237a7..a4cfefb57cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_name=odfpy
pkgname=python2-odfpy
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A complete API for OpenDocument in Python. Python 2.x support"
arch=('i686' 'x86_64')
url="http://opendocumentfellowship.com/projects/odfpy"
license=('GPL')
-depends=('python2')
+depends=('python2' 'python2-defusedxml')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
md5sums=('c343718e6177764f649c11c4406a2958')