summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoxackie2023-12-03 15:46:55 +0000
committercoxackie2023-12-03 15:46:55 +0000
commit219a18b4fc8284be30699de84a9704ce844986fe (patch)
treecd608f9cf22c2d70bc233561636c43f9b1920383
parent027f1ad465587ae9a44f046ea6b64374f8a57e33 (diff)
downloadaur-219a18b4fc8284be30699de84a9704ce844986fe.tar.gz
v.5.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1493219b8b88..df43c120c513 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.11.0
- pkgrel = 2
+ pkgver = 5.12.0
+ pkgrel = 1
url = https://github.com/latex-lsp/texlab
arch = x86_64
license = GPL-3.0
@@ -9,9 +9,9 @@ pkgbase = texlab-bin
provides = texlab
conflicts = texlab
conflicts = texlab-git
- source = https://github.com/latex-lsp/texlab/releases/download/v5.11.0/texlab-x86_64-linux.tar.gz
+ source = https://github.com/latex-lsp/texlab/releases/download/v5.12.0/texlab-x86_64-linux.tar.gz
source = local://LICENSE
- sha256sums = 0ea19e237fc2b01d26fc377043062759286a10536a76ff29db7165298d807009
+ sha256sums = 79d1c70eaa8b215ffa1591d9b11e17322bee438368ad0ff5a62d3a6a73dd07a6
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
pkgname = texlab-bin
diff --git a/PKGBUILD b/PKGBUILD
index d4e5a6788601..7e8083c08346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=texlab-bin
_pkgname=texlab
-pkgver=5.11.0
-pkgrel=2
+pkgver=5.12.0
+pkgrel=1
arch=('x86_64')
pkgdesc='A cross-platform implementation of the Language Server Protocol for LaTeX'
provides=(texlab)
@@ -11,7 +11,7 @@ url='https://github.com/latex-lsp/texlab'
license=('GPL-3.0')
source=("https://github.com/latex-lsp/texlab/releases/download/v$pkgver/texlab-x86_64-linux.tar.gz"
"local://LICENSE")
-sha256sums=('0ea19e237fc2b01d26fc377043062759286a10536a76ff29db7165298d807009'
+sha256sums=('79d1c70eaa8b215ffa1591d9b11e17322bee438368ad0ff5a62d3a6a73dd07a6'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
package() {