mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-forestplot: auto updated to 3.1.3-1
This commit is contained in:
parent
03748d5936
commit
e1c0669ca9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=forestplot
|
||||
_pkgver=3.1.1
|
||||
_pkgver=3.1.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.1.1
|
||||
pkgrel=4
|
||||
pkgver=3.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Advanced Forest Plot Using 'grid' Graphics"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -31,7 +31,7 @@ optdepends=(
|
|||
r-tidyverse
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('92b96654d1161b5975282fdfb54929bdae3a95dd398a5ca8487998f40fd5c749')
|
||||
sha256sums=('13eb7b18e33ecd304e0cdec52550c920c0fa4835ce46dc2988fd98e0d6837549')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue