Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
texlab
Commits:
a8aa8a1d by DeepChirp at 2026-06-04T22:43:07+08:00
enable lto
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -9,7 +9,6 @@ pkgbase = texlab
makedepends = npm
depends = glibc
depends = gcc-libs
- options = !lto
source =
texlab-5.25.1.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.25.1.tar.gz
b2sums =
49d7a352eb86d1952bb3ddbb6da16ae0f72b8e8c097cd1b1a5ff309045b19a845900c490a38d142050d50150731ea89f3de69925ef3186eeafa5ceb807cfe829
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,6 @@ depends=('glibc' 'gcc-libs')
makedepends=('cargo' 'npm')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz")
b2sums=('49d7a352eb86d1952bb3ddbb6da16ae0f72b8e8c097cd1b1a5ff309045b19a845900c490a38d142050d50150731ea89f3de69925ef3186eeafa5ceb807cfe829')
-options=('!lto')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/a8aa8a1d68af19470c3e6a5f091171b44761802f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/a8aa8a1d68af19470c3e6a5f091171b44761802f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help