mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-vscdebugger: clean useless pkgver
This commit is contained in:
parent
7fda678dea
commit
10027c6449
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
||||
|
||||
_pkgname=vscDebugger
|
||||
_pkgver=${pkgver}
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.3
|
||||
pkgrel=1
|
||||
|
@ -14,14 +13,14 @@ depends=(
|
|||
r-jsonlite
|
||||
r-r6
|
||||
)
|
||||
source=("https://github.com/ManuelHentschel/vscDebugger/releases/download/v${_pkgver}/${_pkgname}_${_pkgver}.tar.gz"
|
||||
source=("https://github.com/ManuelHentschel/vscDebugger/releases/download/v${pkgver}/${_pkgname}_${pkgver}.tar.gz"
|
||||
"LICENSE::https://github.com/ManuelHentschel/vscDebugger/raw/master/LICENSE.md"
|
||||
)
|
||||
sha256sums=('a0b863f1c9a06eb5454cbd90e07946c8032cf6e466ad6da37b3ef99547723575'
|
||||
'54ee5b8054493e7cd776fded707521874c45a87b945fc1bf518e4e263132541c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
R CMD INSTALL ${_pkgname}_${pkgver}.tar.gz -l "${srcdir}"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue