summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoker902017-09-21 09:41:16 +0200
committersoker902017-09-21 09:41:16 +0200
commit1daa42d14dd6ee397132351eb01eb3e92c67cb95 (patch)
tree30e389bd5a50d7986a958fcf024e565b18eccc2e
parentcb38c89a1384f6a088028102e3df05b06d53314c (diff)
downloadaur-1daa42d14dd6ee397132351eb01eb3e92c67cb95.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 b6b5baea6b6f..be33017baa7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pyexcel-io
pkgdesc = A python library to read and write structured data in csv, zipped csv format and to/from databases
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyexcel/pyexcel-io
arch = i686
arch = x86_64
license = BSD
+ makedepends = python-setuptools
depends = python
depends = python-lml
source = https://github.com/pyexcel/pyexcel-io/archive/v0.5.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index de71a0220a39..c7037c22672d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
# https://github.com/soker90/paquetes-archinux.git
pkgname=python-pyexcel-io
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A python library to read and write structured data in csv, zipped csv format and to/from databases"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel-io"
license=('BSD')
+makedepends=('python-setuptools')
depends=('python' 'python-lml')
source=("https://github.com/pyexcel/pyexcel-io/archive/v$pkgver.tar.gz")
md5sums=('4f0873325c91f5d8baecdbd4e3425d32')