summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Pałubicki2020-02-25 19:22:00 +0100
committerMichał Pałubicki2020-02-25 19:22:00 +0100
commit7b10f37cf044dd4ab26e4397d9e2b3cb992d45a6 (patch)
treeb24bf333fd3fa72bafc5506d2f393a953e77f833 /PKGBUILD
parenta4691bf241c588bea0459960284266e2bda47008 (diff)
downloadaur-7b10f37cf044dd4ab26e4397d9e2b3cb992d45a6.tar.gz
Fix dependency versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20ca701da125..f6f5a5eca5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Michał Pałubicki <maln0ir@gmx.com>
+# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=csvkit
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A suite of utilities for converting to and working with CSV."
arch=("any")
url="http://csvkit.readthedocs.org"
license=("MIT")
depends=(
'python'
- 'python-agate>=1.5.5'
+ 'python-agate>=1.6.1'
'python-agate-dbf>=0.2.0'
'python-agate-excel>=0.2.2'
- 'python-agate-sql>=0.5.2'
+ 'python-agate-sql>=0.5.3'
'python-babel'
'python-dateutil'
'python-openpyxl'