summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-04-16 17:53:00 +1000
committerJake Leahy2023-04-16 17:53:00 +1000
commit7df93d1212d528d0a30e281a43321d3de3f53ba9 (patch)
tree5faf6434b76e4e8975138c1ca539a604f5d595b5
parentf06b7deeeb26e5efa1c385b8b667fc74670a8770 (diff)
downloadaur-7df93d1212d528d0a30e281a43321d3de3f53ba9.tar.gz
Bump to 0.4.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ccb8dd0ca2..07405335396e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst
- pkgver = 0.3.2
- pkgrel = 4
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/nvarner/typst-lsp
arch = x86_64
arch = armv7h
@@ -10,11 +10,11 @@ pkgbase = typst-lsp-bin
depends = glibc
depends = gcc-libs
provides = typst-lsp
- source_x86_64 = typst-lsp-x86_64-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-x64
- sha256sums_x86_64 = 0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad
- source_armv7h = typst-lsp-armv7h-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-armhf
- sha256sums_armv7h = c72ec0e4298ccb0109f26f48af810996d069a5dedfdab56591c38821b8beded8
- source_aarch64 = typst-lsp-aarch64-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-arm64
- sha256sums_aarch64 = ee6036ea7af1538a3b2cfc9eb50ba81cd6c31e8745d455a5828ed575cbb8b66c
+ source_x86_64 = typst-lsp-x86_64-0.4.0::https://github.com/nvarner/typst-lsp/releases/download/v0.4.0/typst-lsp-linux-x64
+ sha256sums_x86_64 = dd6503a83d14a73e5b9e9d79b8b6afc3286bff8dace800ca2ca0c775dafd8d1f
+ source_armv7h = typst-lsp-armv7h-0.4.0::https://github.com/nvarner/typst-lsp/releases/download/v0.4.0/typst-lsp-linux-armhf
+ sha256sums_armv7h = 6d575cafff8e789100a5e6441ad5c711b48d0b22328ba75540a4c2da34b54e48
+ source_aarch64 = typst-lsp-aarch64-0.4.0::https://github.com/nvarner/typst-lsp/releases/download/v0.4.0/typst-lsp-linux-arm64
+ sha256sums_aarch64 = cb9688ec98ad9f0f6e665d8330a1442c68c71c2f7d51e2ba526683f83d0b4b26
pkgname = typst-lsp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4401c39be71e..aade7422b727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jake Leahy <jake@lowerCaseLastName.dev>
pkgname=typst-lsp-bin
-pkgver=0.3.2
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
pkgdesc="A brand-new language server for Typst"
arch=("x86_64" "armv7h" "aarch64")
url="https://github.com/nvarner/typst-lsp"
@@ -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-linux-armhf")
source_aarch64=("typst-lsp-aarch64-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-arm64")
-sha256sums_x86_64=('0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad')
-sha256sums_armv7h=('c72ec0e4298ccb0109f26f48af810996d069a5dedfdab56591c38821b8beded8')
-sha256sums_aarch64=('ee6036ea7af1538a3b2cfc9eb50ba81cd6c31e8745d455a5828ed575cbb8b66c')
+sha256sums_x86_64=('dd6503a83d14a73e5b9e9d79b8b6afc3286bff8dace800ca2ca0c775dafd8d1f')
+sha256sums_armv7h=('6d575cafff8e789100a5e6441ad5c711b48d0b22328ba75540a4c2da34b54e48')
+sha256sums_aarch64=('cb9688ec98ad9f0f6e665d8330a1442c68c71c2f7d51e2ba526683f83d0b4b26')
provides=("typst-lsp")
depends=("glibc" "gcc-libs")