Skip to content
Snippets Groups Projects
Verified Commit dff08b98 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 1.4.0-1

parent 8e0cfdef
No related branches found
No related tags found
No related merge requests found
pkgbase = csvkit
pkgdesc = A suite of utilities for converting to and working with CSV
pkgver = 1.3.0
pkgver = 1.4.0
pkgrel = 1
url = https://csvkit.readthedocs.org
arch = any
......@@ -18,7 +18,7 @@ pkgbase = csvkit
depends = python-setuptools
depends = python-sphinx-furo
optdepends = ipython: nicer command-line for csvpy utility
source = csvkit-1.3.0.tgz::https://github.com/wireservice/csvkit/archive/1.3.0.tar.gz
sha256sums = 0fb010fb5e0622b009393e85bcbf5a1afad53eceb3ee7182bf7a1e109df065a1
source = csvkit-1.4.0.tgz::https://github.com/wireservice/csvkit/archive/1.4.0.tar.gz
sha256sums = b618ce339260ce0922966e13a9a3c0bbc2b73f6f5dfce3c29865ec212ef9c6b6
pkgname = csvkit
......@@ -2,7 +2,7 @@
# Contributor: Michał Pałubicki <maln0ir@gmx.com>
pkgname=csvkit
pkgver=1.3.0
pkgver=1.4.0
pkgrel=1
pkgdesc='A suite of utilities for converting to and working with CSV'
arch=(any)
......@@ -22,7 +22,7 @@ makedepends=(python-{build,installer,wheel}
checkdepends=(python-pytest)
_archive="$pkgname-$pkgver"
source=("$_archive.tgz::https://github.com/wireservice/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('0fb010fb5e0622b009393e85bcbf5a1afad53eceb3ee7182bf7a1e109df065a1')
sha256sums=('b618ce339260ce0922966e13a9a3c0bbc2b73f6f5dfce3c29865ec212ef9c6b6')
build() {
cd "$_archive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment