r-do.db: auto updated to 2.9-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 00:56:39 +08:00
parent a14753e4ff
commit 15b023fb76

View file

@ -3,7 +3,7 @@
_pkgname=DO.db
_pkgver=2.9
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.9
pkgrel=1
pkgdesc='A set of annotation maps describing the entire Disease Ontology'
arch=('any')
@ -14,7 +14,7 @@ depends=(
r-annotationdbi
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('762bcb9b5188274fd81d82f785cf2846a5acc61fad55e2ff8ec1502282c27881')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"