r-treeio: auto updated to 1.20.1-1

This commit is contained in:
BioArchLinuxBot 2022-07-14 00:03:22 +00:00
parent d2de2825cd
commit a89213f8cb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=treeio
_pkgver=1.20.0
_pkgver=1.20.1
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.20.1
pkgrel=1
pkgdesc='Base Classes and Functions for Phylogenetic Tree Input and Output'
arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-yaml
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8a7a19fd7b6475146098c3de643d69c9defca314deda08fe80b9632c16a885c1')
sha256sums=('095dd4629183e330f10f6560dc1b55edc3b146866de74be3a21ff8892bc69a14')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"