summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeysym2022-11-23 15:30:39 -0300
committerkeysym2022-11-23 15:30:39 -0300
commit3a9283568fe77121cf5db432273185dff4c121aa (patch)
tree87c41477b5ad6e53f76b3a3bfb8594a67ee3231d
parent9d60c52bfee81d0cde489fa1f6317757a083802c (diff)
downloadaur-3a9283568fe77121cf5db432273185dff4c121aa.tar.gz
upgpkg: 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57634c15f5fd..27ba54798ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trdsql
- pkgdesc = Tool that can execute SQL queries on CSV, LTSV and JSON
- pkgver = 0.10.0
+ pkgdesc = CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/noborus/trdsql
arch = i686
@@ -8,7 +8,7 @@ pkgbase = trdsql
license = MIT
makedepends = go
depends = glibc
- source = trdsql-0.10.0.tar.gz::https://github.com/noborus/trdsql/archive/refs/tags/v0.10.0.tar.gz
+ source = trdsql-0.10.1.tar.gz::https://github.com/noborus/trdsql/archive/refs/tags/v0.10.1.tar.gz
sha256sums = 7691e745079ff3fef0aeb8cb5aca0952d0bdf4d19262d851b488fca7ce06fe2c
pkgname = trdsql
diff --git a/PKGBUILD b/PKGBUILD
index dabdfec37daa..173a16a8bccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Dmitri Goutnik <dg@syrec.org>
pkgname=trdsql
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
-pkgdesc="Tool that can execute SQL queries on CSV, LTSV and JSON"
+pkgdesc="CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN"
arch=('i686' 'x86_64')
url="https://github.com/noborus/trdsql"
license=('MIT')
depends=('glibc')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7691e745079ff3fef0aeb8cb5aca0952d0bdf4d19262d851b488fca7ce06fe2c')
+sha256sums=('18e0b16d5f090da2fa5ff965f18d6d2c1cda322ddf5c1d595b98054c73e6e6c6')
build() {
cd ${pkgname}-${pkgver}