summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-08-12 11:38:33 +1000
committerJake Leahy2023-08-12 11:38:33 +1000
commit8e29bdbf9f6ec6f3db1464bc9bc72cbe28775ca5 (patch)
tree7ca1102453f8a8b2e8f850b9f658f3f549cd2d0a
parent638392e7b083e66d72c6fb4f1c008b6aa92adacf (diff)
downloadaur-8e29bdbf9f6ec6f3db1464bc9bc72cbe28775ca5.tar.gz
Bump to 0.9.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a570eebc0851..704a84ec3011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.7.2
+ pkgver = 0.9.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.7.2::https://github.com/nvarner/typst-lsp/releases/download/v0.7.2/typst-lsp-linux-x64
- sha256sums_x86_64 = 5780b84e1d7c1d1e1175bfd5b01f4c192e3b0d4ec757fcac74a0cbe1e91eaa41
- source_armv7h = typst-lsp-armv7h-0.7.2::https://github.com/nvarner/typst-lsp/releases/download/v0.7.2/typst-lsp-linux-armhf
- sha256sums_armv7h = 5aafeb0117a0f32a364630f5803ceb27da7913726926a1c38b8bf46e29c8ef84
- source_aarch64 = typst-lsp-aarch64-0.7.2::https://github.com/nvarner/typst-lsp/releases/download/v0.7.2/typst-lsp-linux-arm64
- sha256sums_aarch64 = 7558c8aaed113afc429dafdeb3fa552cb43f9d794c72f03a92030bdc2d5e27c1
+ source_x86_64 = typst-lsp-x86_64-0.9.0::https://github.com/nvarner/typst-lsp/releases/download/v0.9.0/typst-lsp-x86_64-unknown-linux-gnu
+ sha256sums_x86_64 = fcdbda4c3d116ca45ad0c12a41731bab0a999b6d798240c5e37f3682a9fcce6d
+ source_armv7h = typst-lsp-armv7h-0.9.0::https://github.com/nvarner/typst-lsp/releases/download/v0.9.0/typst-lsp-arm-unknown-linux-gnueabihf
+ sha256sums_armv7h = 636069425c4dad9199817c5c2547b26988e3adcd78f83d746dc21c5e3c3cd205
+ source_aarch64 = typst-lsp-aarch64-0.9.0::https://github.com/nvarner/typst-lsp/releases/download/v0.9.0/typst-lsp-aarch64-unknown-linux-gnu
+ sha256sums_aarch64 = f6c4689d0ad9764d7eca0da8a543117e8f04aed2eed0440c0646164531382aaf
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffe6ee60defc..657de7737d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.7.2
+pkgver=0.9.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=('5780b84e1d7c1d1e1175bfd5b01f4c192e3b0d4ec757fcac74a0cbe1e91eaa41')
-sha256sums_armv7h=('5aafeb0117a0f32a364630f5803ceb27da7913726926a1c38b8bf46e29c8ef84')
-sha256sums_aarch64=('7558c8aaed113afc429dafdeb3fa552cb43f9d794c72f03a92030bdc2d5e27c1')
+sha256sums_x86_64=('fcdbda4c3d116ca45ad0c12a41731bab0a999b6d798240c5e37f3682a9fcce6d')
+sha256sums_armv7h=('636069425c4dad9199817c5c2547b26988e3adcd78f83d746dc21c5e3c3cd205')
+sha256sums_aarch64=('f6c4689d0ad9764d7eca0da8a543117e8f04aed2eed0440c0646164531382aaf')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")