r-bridgedbr: auto updated to 2.10.1-1

This commit is contained in:
BioArchLinuxBot 2023-09-11 18:03:30 +00:00
parent bf880ad775
commit a00c77848f

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BridgeDbR
_pkgver=2.10.0
_pkgver=2.10.1
pkgname=r-${_pkgname,,}
pkgver=2.10.0
pkgver=2.10.1
pkgrel=1
pkgdesc='Code for using BridgeDb identifier mapping framework from within R'
arch=('any')
@ -21,7 +21,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('517fc9432cf58d9b5b179b29ab3dd76be3d3afb136b6917930ba5bb19d5ae20c')
sha256sums=('ab44486955b59fe1e8278e99eead99e78fe939d12864ce851a4b30c54a659cdf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"