[arch-commits] Commit in texlab/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Mon Dec 2 16:28:36 UTC 2019


    Date: Monday, December 2, 2019 @ 16:28:35
  Author: kgizdov
Revision: 534706

upgpkg: texlab 1.8.0-1

Modified:
  texlab/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 16:24:02 UTC (rev 534705)
+++ PKGBUILD	2019-12-02 16:28:35 UTC (rev 534706)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Förster <patrick DOT foerster AT outlook DOT de>
 
 pkgname=texlab
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A cross-platform implementation of the Language Server Protocol for LaTeX."
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs')
 makedepends=('rustup' 'npm')
-source=("https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz")
-sha512sums=('d5729cc6988ecbfa57bbef738cfd11e3f6837d0f659078f28d606c83d1b1873d3a53a1533b8e6f9877a6a0789e351950052396b8ad0150a7cc740cbba601cc6e')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz")
+sha512sums=('715444334b6c7f6985962e234850a5f25ffdb0b499b17e584285e89e57747d09926892ce88f498dbf7863b22fbdcc215ef85c59a916970418bc14d379295abb5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list