r-bridgedbr: auto updated to 2.10.2-1

This commit is contained in:
BioArchLinuxBot 2023-09-13 18:02:06 +00:00
parent d389add11e
commit 21ad124bd4

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BridgeDbR
_pkgver=2.10.1
_pkgver=2.10.2
pkgname=r-${_pkgname,,}
pkgver=2.10.1
pkgver=2.10.2
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=('ab44486955b59fe1e8278e99eead99e78fe939d12864ce851a4b30c54a659cdf')
sha256sums=('ed3446db3c982659cc3e13fe4c2b7eb1d7885c0528fab406c15afa495bd93287')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"