summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoker902017-09-21 09:31:18 +0200
committersoker902017-09-21 09:31:18 +0200
commit4965f26b5e385458313320290246f02fd757922d (patch)
tree4188f9def9f3009f03ff66bea82d46735e9c0661
parentd1ba73d59aae3661c9cab6c90989c3e9c1e81929 (diff)
downloadaur-4965f26b5e385458313320290246f02fd757922d.tar.gz
Added makedependencies
-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")