Date: Saturday, March 26, 2022 @ 06:26:18 Author: grawlinson Revision: 1176801
upgpkg: sqlfluff 0.11.2-1 New upstream release. Modified: sqlfluff/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-26 04:01:47 UTC (rev 1176800) +++ PKGBUILD 2022-03-26 06:26:18 UTC (rev 1176801) @@ -2,7 +2,7 @@ # Contributor: Morteza NourelahiAlamdari <[email protected]> pkgname=sqlfluff -pkgver=0.11.1 +pkgver=0.11.2 pkgrel=1 pkgdesc="A dialect-flexible and configurable SQL linter" arch=('any') @@ -33,7 +33,7 @@ 'python-installer' ) checkdepends=('python-hypothesis') -_commit='5a389a0148909e5094d6ba3e3fc10a7023199f06' +_commit='db70cb726926e49a529f84127584d4c39ade0b52' source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit") b2sums=('SKIP')
