summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 111e2df1abaf..4112df862b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-odfpy
pkgdesc = Python API and tools to manipulate OpenDocument files
pkgver = 1.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eea/odfpy
arch = i686
arch = x86_64
license = Apache-2.0
+ makedepends = python-setuptools
depends = python
conflicts = odfpy
conflicts = python-odfpy
diff --git a/PKGBUILD b/PKGBUILD
index d988fedc858f..101c3a7d193d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-odfpy
pkgver=1.3.5
-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')
conflicts=('odfpy' 'python-odfpy' 'python2-odfpy' 'python-all-odfpy')
source=("https://github.com/eea/odfpy/archive/release-$pkgver.tar.gz")