r-meshdbi: auto updated to 1.42.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 19:20:13 +00:00
parent 12f668eb17
commit 5d1fe568a8

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MeSHDbi
_pkgver=1.40.0
_pkgver=1.42.0
pkgname=r-${_pkgname,,}
pkgver=1.40.0
pkgver=1.42.0
pkgrel=1
pkgdesc='DBI to construct MeSH-related package from sqlite file'
arch=('any')
@ -19,7 +19,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('bc4e5d4abea6b8a0bdcb0b28d63ab9e3cfab733495b658c219a250f68689a634')
sha256sums=('cf5e07822ca03759b63d9953941479e7f6c519ec18afada9ed573dbae5bff32f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"