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

upgpkg: 2.0.0-1

parent 8f2ec279
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.5.0
pkgrel = 3
pkgver = 2.0.0
pkgrel = 1
url = https://csvkit.readthedocs.org
arch = any
license = MIT
......@@ -18,7 +18,7 @@ pkgbase = csvkit
depends = python-setuptools
depends = python-sphinx-furo
optdepends = ipython: nicer command-line for csvpy utility
source = csvkit-1.5.0.tgz::https://github.com/wireservice/csvkit/archive/1.5.0.tar.gz
sha256sums = 2895fe92d7adcd8f71fc40df5c445506bd24a2ba314a9af9da2a64fb458fce65
source = csvkit-2.0.0.tgz::https://github.com/wireservice/csvkit/archive/2.0.0.tar.gz
sha256sums = 4103532e8cc3c8e1cfdd0acc95032978b51d205485dd26bddaafb35d69c967d9
pkgname = csvkit
......@@ -2,8 +2,8 @@
# Contributor: Michał Pałubicki <maln0ir@gmx.com>
pkgname=csvkit
pkgver=1.5.0
pkgrel=3
pkgver=2.0.0
pkgrel=1
pkgdesc='A suite of utilities for converting to and working with CSV'
arch=(any)
url="https://$pkgname.readthedocs.org"
......@@ -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=('2895fe92d7adcd8f71fc40df5c445506bd24a2ba314a9af9da2a64fb458fce65')
sha256sums=('4103532e8cc3c8e1cfdd0acc95032978b51d205485dd26bddaafb35d69c967d9')
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