Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / texlab
Commits: 7ca04ad4 by Torsten Keßler at 2025-08-07T08:15:03+02:00 upgpkg: 5.23.1-1 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = texlab pkgdesc = A cross-platform implementation of the Language Server Protocol for LaTeX. - pkgver = 5.22.1 + pkgver = 5.23.1 pkgrel = 1 url = https://github.com/latex-lsp/texlab/ arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = texlab depends = glibc depends = gcc-libs options = !lto - source = texlab-5.22.1.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.22.1.tar.gz - b2sums = fab4c2272ba21a3b3e847643d693ace04a34c3f5aa69b9de8cd51a76a8ad878e24102a4484abf02f47e097150e549cd9e3fc8bb157bc06e44987f43281fbe37c + source = texlab-5.23.1.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.23.1.tar.gz + b2sums = 04d4816d949a4720dd0b1488957f593d0393e256ac6c540c9cf45dbf20dd9601198878f0f24f2be1dcbd9b2fe4a4239aa0e6d816b23637e64a48bc34c4177c5c pkgname = texlab ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Patrick Förster <patrick DOT foerster AT outlook DOT de> pkgname=texlab -pkgver=5.22.1 +pkgver=5.23.1 pkgrel=1 pkgdesc="A cross-platform implementation of the Language Server Protocol for LaTeX." arch=('x86_64') @@ -13,7 +13,7 @@ license=('MIT') depends=('glibc' 'gcc-libs') makedepends=('cargo' 'npm') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz") -b2sums=('fab4c2272ba21a3b3e847643d693ace04a34c3f5aa69b9de8cd51a76a8ad878e24102a4484abf02f47e097150e549cd9e3fc8bb157bc06e44987f43281fbe37c') +b2sums=('04d4816d949a4720dd0b1488957f593d0393e256ac6c540c9cf45dbf20dd9601198878f0f24f2be1dcbd9b2fe4a4239aa0e6d816b23637e64a48bc34c4177c5c') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/7ca04ad4d80cd5d1bad690f229201c7bb6c5c1ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/7ca04ad4d80cd5d1bad690f229201c7bb6c5c1ca You're receiving this email because of your account on gitlab.archlinux.org.