Date: Thursday, September 15, 2022 @ 08:15:02
  Author: alerque
Revision: 1302807

upgpkg: visidata 2.10.1-1

Modified:
  visidata/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-15 08:08:04 UTC (rev 1302806)
+++ PKGBUILD    2022-09-15 08:15:02 UTC (rev 1302807)
@@ -4,7 +4,7 @@
 # Contributor: Javier TiĆ” <javier dot tia at gmail dot com>
 
 pkgname=visidata
-pkgver=2.10
+pkgver=2.10.1
 pkgrel=1
 pkgdesc='Terminal spreadsheet multitool for discovering and arranging data'
 arch=(any)
@@ -38,7 +38,7 @@
 checkdepends=(python-pytest)
 _archive="$pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz";)
-sha256sums=('962a7afcda860bd37223d90552b6b39277fd4aaccfb9df73ecdfc32ec24b6bff')
+sha256sums=('cd0850b42072ac5c2b5ee1a79b14212e654a22fe1cf448bd62f10cac9dc025e3')
 
 build() {
        cd "$_archive"
@@ -47,7 +47,7 @@
 
 check() {
        cd "$_archive"
-       # Packaging is missing some tsv data files used in tests
+       # Testing commands assumes reading an rc file not present in chroot 
build env
        pytest -k 'not test_baseCommands'
 }
 

Reply via email to