summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2024-03-18 20:41:39 +1100
committerJake Leahy2024-03-18 20:41:39 +1100
commit002d99f1f28255c12cda6939f443fff58da3d870 (patch)
tree74461be82d6631b4db60c5fe2e4d671dc98a8355
parentfedf422c23832676e6a6b83ac12d22eec85af084 (diff)
downloadaur-002d99f1f28255c12cda6939f443fff58da3d870.tar.gz
Bump to 0.13.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c956f8caeffb..86f59d2dd688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.12.1
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/nvarner/typst-lsp
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = typst-lsp-bin
depends = glibc
depends = gcc-libs
provides = typst-lsp
- source_x86_64 = typst-lsp-x86_64-0.12.1::https://github.com/nvarner/typst-lsp/releases/download/v0.12.1/typst-lsp-x86_64-unknown-linux-gnu
- sha256sums_x86_64 = 3ff1865d1159ea65f188e15961be984374d7f894a8dfefbe26a3c3be67015019
- source_armv7h = typst-lsp-armv7h-0.12.1::https://github.com/nvarner/typst-lsp/releases/download/v0.12.1/typst-lsp-arm-unknown-linux-gnueabihf
- sha256sums_armv7h = c02883e1a1cf6235e4dbca3d8d9f87be3dfdaede7e65d747ee06976b0477f695
- source_aarch64 = typst-lsp-aarch64-0.12.1::https://github.com/nvarner/typst-lsp/releases/download/v0.12.1/typst-lsp-aarch64-unknown-linux-gnu
- sha256sums_aarch64 = 50267d887439822c821da4ce99618fe0bf6d9b92f30ce5cb270dab8799d188b5
+ source_x86_64 = typst-lsp-x86_64-0.13.0::https://github.com/nvarner/typst-lsp/releases/download/v0.13.0/typst-lsp-x86_64-unknown-linux-gnu
+ sha256sums_x86_64 = c1253466314466529b74fe58258faafc1a2c3eb0fe36209a7161b1956d5e330a
+ source_armv7h = typst-lsp-armv7h-0.13.0::https://github.com/nvarner/typst-lsp/releases/download/v0.13.0/typst-lsp-arm-unknown-linux-gnueabihf
+ sha256sums_armv7h = e3846178adc18b380e1dd4d9154b31cb7985a4ddb3cfcc804b2859b0852d2325
+ source_aarch64 = typst-lsp-aarch64-0.13.0::https://github.com/nvarner/typst-lsp/releases/download/v0.13.0/typst-lsp-aarch64-unknown-linux-gnu
+ sha256sums_aarch64 = 42b367f4e53803e7f42f4de9330c56bdacd82cf1c4dd3004e594f506348356f7
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5763dc34b46..63e5270139a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.12.1
+pkgver=0.13.0
pkgrel=1
pkgdesc="A brand-new language server for Typst"
arch=("x86_64" "armv7h" "aarch64")
@@ -12,9 +12,9 @@ source_x86_64=("typst-lsp-x86_64-$pkgver::https://github.com/nvarner/typst-lsp/r
source_armv7h=("typst-lsp-armv7h-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-arm-unknown-linux-gnueabihf")
source_aarch64=("typst-lsp-aarch64-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-aarch64-unknown-linux-gnu")
-sha256sums_x86_64=('3ff1865d1159ea65f188e15961be984374d7f894a8dfefbe26a3c3be67015019')
-sha256sums_armv7h=('c02883e1a1cf6235e4dbca3d8d9f87be3dfdaede7e65d747ee06976b0477f695')
-sha256sums_aarch64=('50267d887439822c821da4ce99618fe0bf6d9b92f30ce5cb270dab8799d188b5')
+sha256sums_x86_64=('c1253466314466529b74fe58258faafc1a2c3eb0fe36209a7161b1956d5e330a')
+sha256sums_armv7h=('e3846178adc18b380e1dd4d9154b31cb7985a4ddb3cfcc804b2859b0852d2325')
+sha256sums_aarch64=('42b367f4e53803e7f42f4de9330c56bdacd82cf1c4dd3004e594f506348356f7')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")