Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
texlab
Commits:
f03d7a13 by Antonio Rojas at 2024-09-18T20:24:33+02:00
upgpkg: 5.19.0-1: Update to 5.19.0
- - - - -
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.17.0
+ pkgver = 5.19.0
pkgrel = 1
url = https://texlab.netlify.com
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = texlab
depends = glibc
depends = gcc-libs
options = !lto
- source =
texlab-5.17.0.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.17.0.tar.gz
- b2sums =
e111966d91839e3d6d7ae1c23b027ce96967e022ea52475a88ddabe1347053c5a5e2b279ee5ccaee75acb753159adf090cf93c27752c2cb4239b261a0b9c1c54
+ source =
texlab-5.19.0.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.19.0.tar.gz
+ b2sums =
4696fdb2d8113fbdcccafc889354e47db199db61e3c0a0fb7f865fbc8bcf317c853522b8f5ed2f0f08c64b93a514b4efe6a725c0fce8c1239e0089175f1a5c84
pkgname = texlab
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Patrick Förster <patrick DOT foerster AT outlook DOT de>
pkgname=texlab
-pkgver=5.17.0
+pkgver=5.19.0
pkgrel=1
pkgdesc="A cross-platform implementation of the Language Server Protocol for
LaTeX."
arch=('x86_64')
@@ -12,7 +12,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=('e111966d91839e3d6d7ae1c23b027ce96967e022ea52475a88ddabe1347053c5a5e2b279ee5ccaee75acb753159adf090cf93c27752c2cb4239b261a0b9c1c54')
+b2sums=('4696fdb2d8113fbdcccafc889354e47db199db61e3c0a0fb7f865fbc8bcf317c853522b8f5ed2f0f08c64b93a514b4efe6a725c0fce8c1239e0089175f1a5c84')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/f03d7a13a3993aea39cfc9f1cb5b461449232499
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/f03d7a13a3993aea39cfc9f1cb5b461449232499
You're receiving this email because of your account on gitlab.archlinux.org.