mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggtree: auto updated to 3.10.1-1
This commit is contained in:
parent
78c5b4be3f
commit
37f0d3f9c0
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=ggtree
|
_pkgname=ggtree
|
||||||
_pkgver=3.10.0
|
_pkgver=3.10.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=3.10.0
|
pkgver=3.10.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='an R package for visualization of tree and annotation data'
|
pkgdesc='an R package for visualization of tree and annotation data'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -40,7 +40,7 @@ optdepends=(
|
||||||
r-tibble
|
r-tibble
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('0eb3445c924b852fd52312cf1932c42dcaaadfe60468ea4ab35f150670a0828b')
|
sha256sums=('2d8cb88817ca0d14416b4c3aec17cd05e27dc599587888d6d7041f53e02e87dc')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue