r-org.hs.eg.db: auto updated to 3.14.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 00:41:47 +08:00
parent 8e1a1ae45f
commit 826128c4bf

View file

@ -3,7 +3,7 @@
_pkgname=org.Hs.eg.db
_pkgver=3.14.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=3.14.0
pkgrel=1
pkgdesc='Genome wide annotation for Human'
arch=('any')
@ -19,7 +19,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('d22c7e6b13f89488d10bafbf7eacdb6b7aaa697c131ed73f601a502ac86ecd56')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"