summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e82d0fa3f5f4..82551ee18770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = visidata
pkgdesc = A terminal spreadsheet multitool for discovering and arranging data
- pkgver = 1.5
+ pkgver = 1.5.1
pkgrel = 1
url = http://visidata.org
arch = any
@@ -11,11 +11,11 @@ pkgbase = visidata
optdepends = python-openpyxl: for opening .xlsx files
optdepends = python-h5py: for opening .hdf5 files
optdepends = python-google-api-python-client: for opening Google sheets
- provides = visidata=1.5
+ provides = visidata=1.5.1
conflicts = visidata-git
replaces = visidata-git
- source = https://github.com/saulpw/visidata//archive/v1.5.tar.gz
- sha256sums = 74af081ad5fa9f4de057a8b24ae9938b5e254ec35a2a519d0244b600eb783f87
+ source = https://github.com/saulpw/visidata//archive/v1.5.1.tar.gz
+ sha256sums = 061e3e0fe156b1c3a18b555223cfa6e0f1bb0718cfc67eddddac1f910ab288df
pkgname = visidata
diff --git a/PKGBUILD b/PKGBUILD
index a8fe1596c223..357a17cff23d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier TiĆ” <javier dot tia at gmail dot com>
pkgname=visidata
-pkgver=1.5
+pkgver=1.5.1
pkgrel=1
pkgdesc='A terminal spreadsheet multitool for discovering and arranging data'
arch=('any')
@@ -18,7 +18,7 @@ provides=("visidata=${pkgver}")
conflicts=('visidata-git')
replaces=('visidata-git')
source=("${_url}/archive/v${pkgver}.tar.gz")
-sha256sums=('74af081ad5fa9f4de057a8b24ae9938b5e254ec35a2a519d0244b600eb783f87')
+sha256sums=('061e3e0fe156b1c3a18b555223cfa6e0f1bb0718cfc67eddddac1f910ab288df')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"