Date: Wednesday, April 19, 2023 @ 04:36:14
  Author: grawlinson
Revision: 1447342

upgpkg: sqlfluff 2.0.5-1; new upstream release

Modified:
  sqlfluff/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 04:31:28 UTC (rev 1447341)
+++ PKGBUILD    2023-04-19 04:36:14 UTC (rev 1447342)
@@ -2,8 +2,8 @@
 # Contributor: Morteza NourelahiAlamdari <[email protected]>
 
 pkgname=sqlfluff
-pkgver=1.4.5
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc='A dialect-flexible and configurable SQL linter'
 arch=('any')
 url='https://www.sqlfluff.com'
@@ -34,7 +34,7 @@
   'python-setuptools'
 )
 checkdepends=('python-hypothesis')
-_commit='f3762975a655166a3fac95c8ef757adc30423741'
+_commit='24178a589c279220c6605324c446122d15ebc3fb'
 
source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit";)
 b2sums=('SKIP')
 

Reply via email to