summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamsu-F2024-04-21 20:46:22 +0200
committerSamsu-F2024-04-21 20:46:22 +0200
commitb3fc270b6fd7367f0b35f991804d5be3deb3e128 (patch)
treef9bd565ec5d37450508acf6429dc12d2c20a1c09
parent082524871fa8134a802d3164c20ba526a40cbcc9 (diff)
downloadaur-b3fc270b6fd7367f0b35f991804d5be3deb3e128.tar.gz
Update to release 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a3a9ba6d34..7d7d7d75da7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jtbl
pkgdesc = A simple CLI tool to print JSON and JSON Lines data as a table in the terminal
- pkgver = 1.2.3
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/kellyjonbrazil/jtbl
arch = any
@@ -8,7 +8,7 @@ pkgbase = jtbl
makedepends = python-setuptools
depends = python
depends = python-tabulate
- source = https://pypi.io/packages/source/j/jtbl/jtbl-1.2.3.tar.gz
- sha256sums = 1bc8d08a75cc584de4e13311e422bbdbec7b9334766cf2725d6862a1463ffa22
+ source = https://pypi.io/packages/source/j/jtbl/jtbl-1.6.0.tar.gz
+ sha256sums = 7de0cb08ebb2b3a0658229a8edd4204c6944cbd9e3e04724a9ea235a61c115a5
pkgname = jtbl
diff --git a/PKGBUILD b/PKGBUILD
index b12090965fde..faedd27bf976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Matthew Gamble <git@matthewgamble.net>
+# Maintainer: Samsu F <samsu-f AT web DOT de>
+# Contributor: Matthew Gamble <git@matthewgamble.net>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname=jtbl
-pkgver=1.2.3
+pkgver=1.6.0
pkgrel=1
pkgdesc="A simple CLI tool to print JSON and JSON Lines data as a table in the terminal"
arch=("any")
@@ -11,7 +12,7 @@ license=("MIT")
depends=("python" "python-tabulate")
makedepends=("python-setuptools")
source=("https://pypi.io/packages/source/j/jtbl/jtbl-${pkgver}.tar.gz")
-sha256sums=("1bc8d08a75cc584de4e13311e422bbdbec7b9334766cf2725d6862a1463ffa22")
+sha256sums=("7de0cb08ebb2b3a0658229a8edd4204c6944cbd9e3e04724a9ea235a61c115a5")
build() {
cd "jtbl-${pkgver}"