summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Parra2019-03-03 23:35:54 +0100
committerEduardo Parra2019-03-03 23:35:54 +0100
commitd7ce9b573dfed8c2901329b7fd49bc6c9ed13c56 (patch)
tree24984efc4161b49c795b44569df82dc1057e7cb0 /PKGBUILD
parentb5dba46361f4d75b7e151968a28d546d6641a530 (diff)
downloadaur-d7ce9b573dfed8c2901329b7fd49bc6c9ed13c56.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 919ddf026021..1c05f901e0b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-odfpy
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python API and tools to manipulate OpenDocument files"
arch=('i686' 'x86_64')
url="https://github.com/eea/odfpy"
license=('Apache-2.0')
makedepends=('python-setuptools')
-depends=('python')
+depends=('python' 'python-defusedxm')
conflicts=('odfpy' 'python-odfpy' 'python2-odfpy' 'python-all-odfpy')
source=("https://github.com/eea/odfpy/archive/release-$pkgver.tar.gz")
md5sums=('c5fe16c7379d9c894f33368f88ab0528')