Skip to content

Commit

Permalink
fix(astrojs-language-server): 2.3.3 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Sep 15, 2023
1 parent 0390bcb commit 20f1efd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions astrojs-language-server/.SRCINFO
@@ -0,0 +1,14 @@
pkgbase = astrojs-language-server
pkgdesc = The Astro language server, powered by Volar
pkgver = 2.3.3
pkgrel = 1
url = https://github.com/withastro/language-tools/tree/main/packages/language-server#readme
arch = any
license = MIT
makedepends = npm
depends = nodejs
noextract = language-server-2.3.3.tgz
source = https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.3.3.tgz
sha256sums = 881a4deca13fa44e7074c2c5913984430dce4a348672049557ffad229191e68b

pkgname = astrojs-language-server
4 changes: 2 additions & 2 deletions astrojs-language-server/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Vincent <aur@tlvince.com>
pkgname=astrojs-language-server
_pkgname=${pkgname#astrojs-}
pkgver=2.3.2
pkgver=2.3.3
pkgrel=1
pkgdesc="The Astro language server, powered by Volar"
url="https://github.com/withastro/language-tools/tree/main/packages/language-server#readme"
Expand All @@ -11,7 +11,7 @@ depends=("nodejs")
makedepends=("npm")
source=("https://registry.npmjs.org/@astrojs/${_pkgname}/-/${_pkgname}-${pkgver}.tgz")
noextract=("${_pkgname}-${pkgver}.tgz")
sha256sums=('5d94fd04e080b2a7d19e2a5feaa8aec9e116da70981af6a3cf9fb867de5a3777')
sha256sums=('881a4deca13fa44e7074c2c5913984430dce4a348672049557ffad229191e68b')

prepare() {
tar xf "${_pkgname}-${pkgver}.tgz"
Expand Down

0 comments on commit 20f1efd

Please sign in to comment.