|
|
|
@ -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='Tool that can execute SQL queries on CSV, LTSV and JSON'
|
|
|
|
|
arch=('x86_64')
|
|
|
|
|
url="https://github.com/noborus/trdsql"
|
|
|
|
|
url='https://github.com/noborus/trdsql'
|
|
|
|
|
license=('MIT')
|
|
|
|
|
depends=('glibc')
|
|
|
|
|
makedepends=('git' 'go')
|
|
|
|
|
options=('!lto')
|
|
|
|
|
_commit='12813ab5353c98c99088756bafbfe8386a017c54'
|
|
|
|
|
_commit='3f6ecac8bfe2897c00006b2d45599267987286f4'
|
|
|
|
|
source=("$pkgname::git+$url.git#commit=$_commit")
|
|
|
|
|
sha512sums=('SKIP')
|
|
|
|
|
|
|
|
|
|