Date: Friday, April 22, 2022 @ 22:38:25 Author: grawlinson Revision: 1187466
upgpkg: sqlfluff 0.13.0-1 New upstream release. Modified: sqlfluff/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-22 22:37:10 UTC (rev 1187465) +++ PKGBUILD 2022-04-22 22:38:25 UTC (rev 1187466) @@ -2,7 +2,7 @@ # Contributor: Morteza NourelahiAlamdari <[email protected]> pkgname=sqlfluff -pkgver=0.12.0 +pkgver=0.13.0 pkgrel=1 pkgdesc="A dialect-flexible and configurable SQL linter" arch=('any') @@ -33,7 +33,7 @@ 'python-installer' ) checkdepends=('python-hypothesis') -_commit='f057b9f1c4604dc0658cdb0031b11d52507687bb' +_commit='6807ac8172eda5828c86c06641e3b45460cd6664' source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit") b2sums=('SKIP')
