Date: Sunday, July 3, 2022 @ 19:19:50 Author: grawlinson Revision: 1243831
upgpkg: sqlfluff 1.1.0-1; new upstream release Modified: sqlfluff/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-03 18:54:39 UTC (rev 1243830) +++ PKGBUILD 2022-07-03 19:19:50 UTC (rev 1243831) @@ -2,7 +2,7 @@ # Contributor: Morteza NourelahiAlamdari <[email protected]> pkgname=sqlfluff -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc='A dialect-flexible and configurable SQL linter' arch=('any') @@ -33,7 +33,7 @@ 'python-installer' ) checkdepends=('python-hypothesis') -_commit='9faf106d55ce34a8357a8f377aae98f1f6be7517' +_commit='f6492fe8aac132a872781dd148622afc50750a3f' source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit") b2sums=('SKIP')
