Package Details: texlab-bin 5.23.1-2

Git Clone URL: https://aur.archlinux.org/texlab-bin.git (read-only, click to copy)
Package Base: texlab-bin
Description: A cross-platform implementation of the Language Server Protocol for LaTeX
Upstream URL: https://github.com/latex-lsp/texlab
Licenses: GPL-3.0
Conflicts: texlab, texlab-git
Provides: texlab
Submitter: coxackie
Maintainer: coxackie
Last Packager: coxackie
Votes: 3
Popularity: 0.154053
First Submitted: 2023-09-04 11:29 (UTC)
Last Updated: 2025-09-12 08:47 (UTC)

Required by (4)

Sources (2)

Latest Comments

cedricmc commented on 2025-09-14 13:26 (UTC)

No, please, thank you.

coxackie commented on 2025-09-12 08:48 (UTC)

@cedricmc. done. many thanks, and apologies for the delay.

cedricmc commented on 2025-08-31 07:53 (UTC) (edited on 2025-09-01 08:21 (UTC) by cedricmc)

Please, @coxackie, update to include ARM architectures. I've already done the work (I do not know where to submit).

_pkgname=texlab
pkgname=${_pkgname}-bin
pkgver=5.23.1
pkgrel=2
arch=('aarch64' 'armv7h' 'x86_64')
pkgdesc='A cross-platform implementation of the Language Server Protocol for LaTeX'
provides=('texlab')
conflicts=('texlab' 'texlab-git')
depends=('gcc-libs')
url='https://github.com/latex-lsp/texlab'
license=('GPL-3.0')
source=("https://raw.githubusercontent.com/latex-lsp/texlab/v${pkgver}/LICENSE")
source_aarch64=("https://github.com/latex-lsp/texlab/releases/download/v${pkgver}/texlab-${CARCH}-linux.tar.gz")
source_armv7h=("${source_aarch64[@]}")
source_x86_64=("${source_aarch64[@]}")
sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
sha256sums_aarch64=('7d881f5af7295c8c23eac8c7c7fc8708df38802d9fef582131ccbcd7d2244c69')
sha256sums_armv7h=('99d5181e32d94b4b8941b45cc6916d96dfed13a2778371da51f2ad8712d2ed9a')
sha256sums_x86_64=('73655db906ec9885a550950b092801d3e8ab56f5f057f95698370295665db331')

package() {
  install -Dm 755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}

I've updated some quote marks to be more consistent.

coxackie commented on 2023-12-03 15:49 (UTC)

@PerilousBooklet apologies for misunderstanding, but in this case the correct way to ask is "Anyone else updated ... ?" With "Someone else ... " the meaning is different. Anyway, glad it now works for you.

PerilousBooklet commented on 2023-12-03 11:50 (UTC) (edited on 2023-12-03 13:57 (UTC) by PerilousBooklet)

@coxackie Read my question again, I simply asked if someone else other than me also had a validity check problem, I did not imply that "someone else" messed up. Also, thanks to your advice I deleted the cached directory and now there are no problems.

coxackie commented on 2023-12-01 22:57 (UTC)

@PerilousBooklet the validity check passes for me in a clean installation. There does not seem to be any problem. Maybe the "someone else" should clear any previous files in the directory?

PerilousBooklet commented on 2023-12-01 17:24 (UTC)

Someone else updated texlab-bin and was greeted with a failed validity check of the tar archive?