summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2019-03-03 23:42:28 +0100
committerEduardo Parra2019-03-03 23:42:28 +0100
commit3e44d591014ebedf6ac2625438cc9cdccef29f5b (patch)
tree6f1208cc1280c9c0ed988ad55a0e3cf52943e66d
parent98be3f35dee94e24da0e4d8f7a6d958f50cdabb5 (diff)
downloadaur-3e44d591014ebedf6ac2625438cc9cdccef29f5b.tar.gz
Added dependencie
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f25d9d3272a..42170e25d1fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python2-odfpy
pkgdesc = A complete API for OpenDocument in Python. Python 2.x support
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://opendocumentfellowship.com/projects/odfpy
arch = i686
arch = x86_64
license = GPL
depends = python2
+ depends = python2-defusedxml
source = https://files.pythonhosted.org/packages/source/o/odfpy/odfpy-1.4.0.tar.gz
md5sums = c343718e6177764f649c11c4406a2958
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')