summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-29 16:30:57 +0300
committerCaleb Maclennan2020-05-29 16:31:26 +0300
commitf01086ec25521bd873cf1be54619d25a7d94cee3 (patch)
tree3cc6bb992f5c91fe6176e15a549471dfa913fd18 /PKGBUILD
parent259c027fb5ad76f9b7aa003a69f8ea505cc2ce7d (diff)
downloadaur-f01086ec25521bd873cf1be54619d25a7d94cee3.tar.gz
Actually stage and commit the stuff documented in the last commit
upgpkg: csvkit 1.0.5-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c224c685d9d3..82f6a4f1f881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=csvkit
pkgver=1.0.5
-pkgrel=3
+pkgrel=4
pkgdesc='A suite of utilities for converting to and working with CSV'
arch=('any')
-url='http://csvkit.readthedocs.org'
+url='https://csvkit.readthedocs.org'
license=('MIT')
depends=('python'
'python-agate-dbf>=0.2.0'
@@ -16,13 +16,13 @@ depends=('python'
'python-babel'
'python-dateutil'
'python-openpyxl'
- 'python-six>=1.6.1'
- 'python-sphinx_rtd_theme>=0.1.6'
+ 'python-six'
+ 'python-sphinx_rtd_theme'
'python-sqlalchemy'
'python-xlrd')
optdepends=('ipython: nicer command-line for csvpy utility')
makedepends=('python-setuptools'
- 'python-sphinx>=1.2.2')
+ 'python-sphinx')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wireservice/csvkit/archive/$pkgver.tar.gz")
sha256sums=('dc9ca3f05d26ddf8a1243b91354a7e7e1b43bb602bdf98e2c90980b1921f7813')