Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / sqlfluff
Commits: a4cd7c03 by Carl Smedstad at 2025-07-12T10:37:43+02:00 upgpkg: 3.4.2-1: Upstream release https://github.com/sqlfluff/sqlfluff/releases/tag/3.4.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = sqlfluff pkgdesc = A dialect-flexible and configurable SQL linter - pkgver = 3.4.1 + pkgver = 3.4.2 pkgrel = 1 url = https://github.com/sqlfluff/sqlfluff arch = any @@ -26,7 +26,7 @@ pkgbase = sqlfluff depends = python-toml depends = python-tqdm depends = python-yaml - source = sqlfluff-3.4.1.tar.gz::https://github.com/sqlfluff/sqlfluff/archive/3.4.1.tar.gz - b2sums = 1bfec87cd7ef0bbea35b2e51e1c4f202a1625214600ebeb9236c2c4c2f1dc0381bace4e5560d735dfefc8239393fd3d5a7fd04629e9f2a9dbe185df26bc43d27 + source = sqlfluff-3.4.2.tar.gz::https://github.com/sqlfluff/sqlfluff/archive/3.4.2.tar.gz + b2sums = c8589336f517c6af1da1c76706cc7f87cbac0bd3850ccf8609a988c00d85081fc56ebc4a5738b6e7af7b2057663de852c3669926316ddbb79376c2b5ac27d4d1 pkgname = sqlfluff ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Morteza NourelahiAlamdari <[email protected]> pkgname=sqlfluff -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 pkgdesc='A dialect-flexible and configurable SQL linter' arch=('any') @@ -37,7 +37,7 @@ checkdepends=( 'python-pytest-xdist' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -b2sums=('1bfec87cd7ef0bbea35b2e51e1c4f202a1625214600ebeb9236c2c4c2f1dc0381bace4e5560d735dfefc8239393fd3d5a7fd04629e9f2a9dbe185df26bc43d27') +b2sums=('c8589336f517c6af1da1c76706cc7f87cbac0bd3850ccf8609a988c00d85081fc56ebc4a5738b6e7af7b2057663de852c3669926316ddbb79376c2b5ac27d4d1') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sqlfluff/-/commit/a4cd7c0375c6f3e7d05daeeae706baa1d6669ed3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sqlfluff/-/commit/a4cd7c0375c6f3e7d05daeeae706baa1d6669ed3 You're receiving this email because of your account on gitlab.archlinux.org.
