r-txdb.mmusculus.ucsc.mm10.knowngene: auto updated to 3.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 09:35:18 +08:00
parent 7b50c127f3
commit ca6fe56510

View file

@ -3,7 +3,7 @@
_pkgname=TxDb.Mmusculus.UCSC.mm10.knownGene
_pkgver=3.10.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=3.10.0
pkgrel=1
pkgdesc='Annotation package for TxDb object(s)'
arch=('any')
@ -15,7 +15,7 @@ depends=(
r-genomicfeatures
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('696281749d01737c94894564d62093433045bc007a4528cc3d94f205edb54977')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"