Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
visidata
Commits:
8cef94b5 by Caleb Maclennan at 2024-10-15T15:41:15+03:00
upgpkg: 3.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = visidata
pkgdesc = Terminal spreadsheet multitool for discovering and arranging
data
- pkgver = 3.0.2
- pkgrel = 3
+ pkgver = 3.1.1
+ pkgrel = 1
url = https://www.visidata.org
arch = any
license = GPL3
@@ -45,7 +45,7 @@ pkgbase = visidata
optdepends = python-wcwidth: tabulate saver with unicode support
optdepends = python-xlrd: xls support
optdepends = python-xlwt: xls support
- source =
https://github.com/saulpw/visidata/archive/v3.0.2/visidata-3.0.2.tar.gz
- sha256sums =
cc1506b96192de49419a77a3f9606999779ff77d37a7be0806506c32e16d57f7
+ source =
https://github.com/saulpw/visidata/archive/v3.1.1/visidata-3.1.1.tar.gz
+ sha256sums =
9e693d72d516adca2c52348531af98fef099ab6f09e6523976286b555a7599ee
pkgname = visidata
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Javier Tiá <javier dot tia at gmail dot com>
pkgname=visidata
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.1.1
+pkgrel=1
pkgdesc='Terminal spreadsheet multitool for discovering and arranging data'
arch=(any)
url="https://www.$pkgname.org"
@@ -64,7 +64,7 @@ _archive="$pkgname-$pkgver"
# pypi sources don’t have scripts to generate completions
#
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('cc1506b96192de49419a77a3f9606999779ff77d37a7be0806506c32e16d57f7')
+sha256sums=('9e693d72d516adca2c52348531af98fef099ab6f09e6523976286b555a7599ee')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/visidata/-/commit/8cef94b50f5023d4cc4be874d9f775d5c43ee8d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/visidata/-/commit/8cef94b50f5023d4cc4be874d9f775d5c43ee8d6
You're receiving this email because of your account on gitlab.archlinux.org.