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

This commit is contained in:
BioArchLinuxBot 2023-04-27 14:19:33 +00:00
parent 87c60f2cf6
commit 13e429a6e6

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=org.Hs.eg.db
_pkgver=3.16.0
_pkgver=3.17.0
pkgname=r-${_pkgname,,}
pkgver=3.16.0
pkgrel=2
pkgver=3.17.0
pkgrel=1
pkgdesc='Genome wide annotation for Human'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -19,7 +19,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2d2e6fdefa0dbb61c86d4736e5a0d430745ae733e310f240b97b2cb3703a2c0a')
sha256sums=('94714ea22b50d20523becbb665d9b27f2f147d3b1f77bc24ddcd3a245e201a0e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"