mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-languageserver: auto updated to 0.3.13-1
This commit is contained in:
parent
b42ef5ba07
commit
ec316ec1f6
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
||||
|
||||
_pkgname=languageserver
|
||||
_pkgver=0.3.12
|
||||
_pkgver=0.3.13
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.12
|
||||
pkgver=0.3.13
|
||||
pkgrel=1
|
||||
pkgdesc='Language Server Protocol'
|
||||
arch=('x86_64')
|
||||
|
@ -34,7 +34,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('431514b49f8049c07b24e1571f79663b791239ebbc87e4f2a77c6482ac95ba36')
|
||||
sha256sums=('2850246cba8340b68e27be1ec1273f6deae37c4f7538c56b3ea35a21563b5a78')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue