summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Pałubicki2017-11-24 00:17:16 +0100
committerMichał Pałubicki2017-11-24 00:17:16 +0100
commitb4a775ff9ab8c0535cab60168d23b9eb2e9296d9 (patch)
treed20276fb421c561d0f2399c30405a980b3f9feb4 /PKGBUILD
parenteb822f4b437e53bfb6be98a06db3f54f06c06060 (diff)
downloadaur-b4a775ff9ab8c0535cab60168d23b9eb2e9296d9.tar.gz
Missing dependency to python-agate-sql added
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d08094460066..58ded39d0340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=csvkit
pkgname=python-$_pkgname
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A suite of utilities for converting to and working with CSV."
arch=("any")
url="http://csvkit.readthedocs.org"
@@ -12,6 +12,7 @@ depends=("python"
"python-agate"
"python-agate-dbf"
"python-agate-excel"
+ "python-agate-sql"
"python-dateutil"
"python-six"
"python-sqlalchemy")