summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2021-07-14 00:03:51 +1000
committerMatthew Gamble2021-07-15 21:58:57 +1000
commit1b8f561038f3a5d3f62cad216f114fd60bcdda70 (patch)
tree6828aed91568111797db1550ae480409d7f5c3ce /PKGBUILD
parent612d8b2245c8dea9e62496da2f3d3f27f07b18e7 (diff)
downloadaur-1b8f561038f3a5d3f62cad216f114fd60bcdda70.tar.gz
Update to latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f23d35b8b68d..5dbfba24f4fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname=jtbl
-pkgver=1.1.6
-pkgrel=3
+pkgver=1.1.7
+pkgrel=1
pkgdesc='Simple cli tool to print JSON and JSON Lines data as a table in the terminal'
arch=("any")
url="https://github.com/kellyjonbrazil/jtbl"
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python" "python-tabulate")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/j/jtbl/jtbl-${pkgver}.tar.gz")
-sha256sums=("3623d4942b80bbd9f64c2f672c52862dad7e0d1245094a2416f04a09773b8660")
+sha256sums=("816aae6d72dac92c83273b5d693e8a32fccd696cf36e1f7fac2985dd72cf152e")
build() {
cd "jtbl-${pkgver}"
@@ -26,6 +26,5 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/jtbl/LICENSE"
install -Dm644 README.md "${pkgdir}/usr/share/doc/jtbl/README.md"
- # https://github.com/kellyjonbrazil/jtbl/issues/5
- #install -Dm644 CHANGELOG "${pkgdir}/usr/share/doc/jtbl/CHANGELOG"
+ install -Dm644 CHANGELOG "${pkgdir}/usr/share/doc/jtbl/CHANGELOG"
}