summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2019-03-03 23:35:54 +0100
committerEduardo Parra2019-03-03 23:35:54 +0100
commitd7ce9b573dfed8c2901329b7fd49bc6c9ed13c56 (patch)
tree24984efc4161b49c795b44569df82dc1057e7cb0
parentb5dba46361f4d75b7e151968a28d546d6641a530 (diff)
downloadaur-d7ce9b573dfed8c2901329b7fd49bc6c9ed13c56.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 333586fe6462..5e42471d4da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-odfpy
pkgdesc = Python API and tools to manipulate OpenDocument files
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eea/odfpy
arch = i686
arch = x86_64
license = Apache-2.0
makedepends = python-setuptools
depends = python
+ depends = python-defusedxm
conflicts = odfpy
conflicts = python-odfpy
conflicts = python2-odfpy
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')