Konstantin Gizdov pushed to branch main at Arch Linux / Packaging / Packages / 
texlab


Commits:
e6a86096 by Konstantin Gizdov at 2024-01-09T17:06:48+02:00
upgpkg: 5.12.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = texlab
+       pkgdesc = A cross-platform implementation of the Language Server 
Protocol for LaTeX.
+       pkgver = 5.12.1
+       pkgrel = 1
+       url = https://texlab.netlify.com
+       arch = x86_64
+       license = MIT
+       makedepends = cargo
+       makedepends = npm
+       depends = gcc-libs
+       options = !lto
+       source = 
texlab-5.12.1.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.12.1.tar.gz
+       b2sums = 
056155d0e16a6e366d5d70aec012c1dad024728f4a66bee961e236cdab3bd889492ad0e5c19e07a6bdb40f34d43adc031ae676beb9a115f0516ff5cdd3a8e3d2
+
+pkgname = texlab


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Patrick Förster <patrick DOT foerster AT outlook DOT de>
 
 pkgname=texlab
-pkgver=5.6.0
+pkgver=5.12.1
 pkgrel=1
 pkgdesc="A cross-platform implementation of the Language Server Protocol for 
LaTeX."
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo' 'npm')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz";)
-b2sums=('3dbda31309a6f749f46a32fecf1df814236a0ffc05ced70e0cc9a04fd1a3eef136acb8e40128c37a357767dc16afe4e3c0e8e6e3ffff39a3a615639db3677069')
+b2sums=('056155d0e16a6e366d5d70aec012c1dad024728f4a66bee961e236cdab3bd889492ad0e5c19e07a6bdb40f34d43adc031ae676beb9a115f0516ff5cdd3a8e3d2')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/e6a860969f686afa40844de06ecf74411b31bf64

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/e6a860969f686afa40844de06ecf74411b31bf64
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to