summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2022-03-27 13:47:55 +0000
committerGitHub Action2022-03-27 13:47:55 +0000
commitd97b73bfca39a01f29eced3785cbc502a6abcac9 (patch)
treea6e9ecbf23263ca9011a7ce66b58451ef4c1b0b0 /PKGBUILD
parenta4302e30b5141adec705434cf94ec7c0e6fb9627 (diff)
downloadaur-d97b73bfca39a01f29eced3785cbc502a6abcac9.tar.gz
Update from GitHub Actions: volar-server-bin: provides and conflicts vue-language-server
https://github.com/ouuan/AUR-packages/actions/runs/2047941393
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a734c92891f5..f0c3b4abe27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@ _npmscope=@volar
pkgname=volar-server-bin
_pkgname=volar-server
pkgver=0.33.9
-pkgrel=1
+pkgrel=2
pkgdesc='Explore high-performance tooling for Vue'
arch=('any')
url="https://github.com/johnsoncodehk/volar/tree/master/packages/$_npmname"
license=('MIT')
depends=('nodejs')
makedepends=('npm')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
+provides=("$_pkgname" 'vue-language-server')
+conflicts=("$_pkgname" 'vue-language-server')
source=(https://registry.npmjs.org/$_npmscope/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
sha256sums=('8326d7c895d75171f9167e6b03d53ca362a38aafd1f06d5652be64303a723341')