Date: Tuesday, August 23, 2022 @ 02:05:29 Author: grawlinson Revision: 1274898
upgpkg: sqlfluff 1.3.0-1; new upstream release Modified: sqlfluff/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-23 02:05:21 UTC (rev 1274897) +++ PKGBUILD 2022-08-23 02:05:29 UTC (rev 1274898) @@ -2,7 +2,7 @@ # Contributor: Morteza NourelahiAlamdari <[email protected]> pkgname=sqlfluff -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc='A dialect-flexible and configurable SQL linter' arch=('any') @@ -31,9 +31,10 @@ 'python-build' 'python-wheel' 'python-installer' + 'python-setuptools' ) checkdepends=('python-hypothesis') -_commit='d783e421b714ed989d9e641977ea9b3b6ffaf807' +_commit='e3cc251a68bb8ead0fb08415f6047b81f774bfc0' source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit") b2sums=('SKIP')
