summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Parra2019-03-03 23:39:39 +0100
committerEduardo Parra2019-03-03 23:39:39 +0100
commit396d316dbe8f9491d3a261606a4bfe0ec69069cb (patch)
treeaca41088266367b10dac98262a9a0445be11c250 /PKGBUILD
parentd7ce9b573dfed8c2901329b7fd49bc6c9ed13c56 (diff)
downloadaur-396d316dbe8f9491d3a261606a4bfe0ec69069cb.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c05f901e0b6..b1fdf30b7e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-odfpy
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
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' 'python-defusedxm')
+depends=('python' 'python-defusedxml')
conflicts=('odfpy' 'python-odfpy' 'python2-odfpy' 'python-all-odfpy')
source=("https://github.com/eea/odfpy/archive/release-$pkgver.tar.gz")
md5sums=('c5fe16c7379d9c894f33368f88ab0528')