summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoxackie2023-11-05 21:05:37 +0000
committercoxackie2023-11-05 21:05:37 +0000
commit73259783939e1cafcf3c1b7e6cf7f2999f33b1b8 (patch)
tree1c188f6adca5e0608ad3658258d4815840081d43
parente11a6bd647c1e2f793ddc4561abeb560ce01f73d (diff)
downloadaur-73259783939e1cafcf3c1b7e6cf7f2999f33b1b8.tar.gz
v5.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2970b76665e..544c43672e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texlab-bin
pkgdesc = A cross-platform implementation of the Language Server Protocol for LaTeX
- pkgver = 5.10.1
- pkgrel = 3
+ pkgver = 5.11.0
+ pkgrel = 1
url = https://github.com/latex-lsp/texlab
arch = x86_64
license = GPL-3.0
@@ -9,7 +9,7 @@ pkgbase = texlab-bin
provides = texlab
conflicts = texlab
conflicts = texlab-git
- source = https://github.com/latex-lsp/texlab/releases/download/v5.10.1/texlab-x86_64-linux.tar.gz
+ source = https://github.com/latex-lsp/texlab/releases/download/v5.11.0/texlab-x86_64-linux.tar.gz
source = local://LICENSE
sha256sums = b769f6895bb2f958d070bbdfbc7f724d159e353cf9a327de1ec5a799834305d5
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
diff --git a/PKGBUILD b/PKGBUILD
index 4d7088e7b1d1..aefda08a6c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=texlab-bin
_pkgname=texlab
-pkgver=5.10.1
-pkgrel=3
+pkgver=5.11.0
+pkgrel=1
arch=('x86_64')
pkgdesc='A cross-platform implementation of the Language Server Protocol for LaTeX'
provides=(texlab)