mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-shinytree: auto updated to 0.3.1-1
This commit is contained in:
parent
55f4e2fad5
commit
b38ac5b951
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=shinyTree
|
||||
_pkgver=0.2.7
|
||||
_pkgver=0.3.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.7
|
||||
pkgrel=6
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='jsTree Bindings for Shiny'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('4387f11f47fd24f260b53224a884101156964944d68dee8583674f761513dd49')
|
||||
sha256sums=('46babd24da24de9211e1a4ddbaf48a3b60dbd8a1695dddbedf2ca5dd9e762e4f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue