r-ggtree: auto updated to 3.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:29:39 +00:00
parent c054b75635
commit 1bec83dddb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggtree
_pkgver=3.2.1
_pkgver=3.4.0
pkgname=r-${_pkgname,,}
pkgver=3.2.1
pkgver=3.4.0
pkgrel=1
pkgdesc='an R package for visualization of tree and annotation data'
arch=('any')
@ -38,7 +38,7 @@ optdepends=(
r-tibble
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6803a1dd37c6fd86fa1ec7ec6a62c8423676b5f045c45da1b47f127fdb4b6362')
sha256sums=('64fa2762990c6d5c4840e8b8e9cd68ec50202da666eab4bc3814ec6b1139790c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"