summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Pałubicki2018-04-07 17:24:10 +0200
committerMichał Pałubicki2018-04-07 17:38:22 +0200
commit6b210115a4de69e4410248740cead13442e14920 (patch)
treeed7602750b3fd5ee83d0d52991bf54b0e32a4ff6 /PKGBUILD
parentfe071ff7634a39b0e9da03675556650b27aee26b (diff)
downloadaur-6b210115a4de69e4410248740cead13442e14920.tar.gz
Version 1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58ded39d0340..30b6a24e584c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=csvkit
pkgname=python-$_pkgname
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc="A suite of utilities for converting to and working with CSV."
arch=("any")
url="http://csvkit.readthedocs.org"
@@ -18,7 +18,7 @@ depends=("python"
"python-sqlalchemy")
makedepends=("python-setuptools")
source=("https://github.com/wireservice/csvkit/archive/${pkgver}.tar.gz")
-sha256sums=("35c8c7c699573bec47cbd3576240cc9b444d35f309386f8030340bc50315cdec")
+sha256sums=('4ca64988a648c845ad2f02a19d5736c3a2650a44b1dd8952b97b528c7f3e2a97')
package() {
cd "$srcdir/$_pkgname-$pkgver"