summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoker902017-09-21 09:49:14 +0200
committersoker902017-09-21 09:49:14 +0200
commit5b8b1e9b7d1dec5ea6ef32a8631e811fa0ef5c16 (patch)
tree518ab8f9ed34915cc7d77acf3f51b43c249c96b9
parent7360789102135a650255cfdbe3a61e1350cc2cd5 (diff)
downloadaur-5b8b1e9b7d1dec5ea6ef32a8631e811fa0ef5c16.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 8da4fe0cf2ca..b947bf1fc3e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pyexcel-ods
pkgdesc = A wrapper library to read, manipulate and write data in ods format
pkgver = 0.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pyexcel/pyexcel-ods
arch = i686
arch = x86_64
license = BSD
+ makedepends = python-setuptools
depends = python
depends = python-odfpy
depends = python-pyexcel-io
diff --git a/PKGBUILD b/PKGBUILD
index d2b8fbd0ca27..15e7324aefec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-pyexcel-ods
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="A wrapper library to read, manipulate and write data in ods format"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel-ods"
license=('BSD')
+makedepends=('python-setuptools')
depends=('python' 'python-odfpy' 'python-pyexcel-io')
source=("https://github.com/pyexcel/pyexcel-ods/archive/v$pkgver.tar.gz")
md5sums=('52a19821e58c4467c6612d8bc8f9b67b')