[arch-commits] Commit in visidata/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Jul 22 09:51:14 UTC 2022


    Date: Friday, July 22, 2022 @ 09:51:14
  Author: alerque
Revision: 1255191

upgpkg: visidata 2.9.1-1

Modified:
  visidata/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-22 09:02:57 UTC (rev 1255190)
+++ PKGBUILD	2022-07-22 09:51:14 UTC (rev 1255191)
@@ -4,7 +4,7 @@
 # Contributor: Javier Tiá <javier dot tia at gmail dot com>
 
 pkgname=visidata
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='Terminal spreadsheet multitool for discovering and arranging data'
 arch=(any)
@@ -24,6 +24,7 @@
             'python-pypng: png support'
             'python-requests: http support'
             'python-tabulate: tabulate saver support'
+            'python-urllib3: remote zip support'
             'python-vobject: vcf support'
             'python-wcwidth: tabulate saver with unicode support'
             'python-xlrd: xls support')
@@ -34,11 +35,10 @@
 #             'python-pyshp: shapefiles support')
 makedepends=(python-{build,installer,wheel}
              python-setuptools)
-checkdepends=(python-pytest
-              python-urllib3)
+checkdepends=(python-pytest)
 _archive="$pkgname-$pkgver"
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('50d3d24920ef38756bfd5279711d0e60554ba966d692fca2c96d17a6c0b900bb')
+sha256sums=('99cb1cf0208ca68732ed781fae892c7dba4be1d440e05d6566a01d43816243b6')
 
 build() {
 	cd "$_archive"



More information about the arch-commits mailing list