r-illumina450probevariants.db: auto updated to 1.33.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-02 18:23:56 +00:00
parent de74ac8711
commit d37b5ef116

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Illumina450ProbeVariants.db _pkgname=Illumina450ProbeVariants.db
_pkgver=1.32.0 _pkgver=1.33.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.32.0 pkgver=1.33.0
pkgrel=6 pkgrel=1
pkgdesc='Annotation Package combining variant data from 1000 Genomes Project for Illumina HumanMethylation450 Bead Chip probes' pkgdesc='Annotation Package combining variant data from 1000 Genomes Project for Illumina HumanMethylation450 Bead Chip probes'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -13,7 +13,7 @@ depends=(
r r
) )
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('37c82665223cdb5410b28ff66bb2bfc7937d75909b19fa1e743b3e6aef139dca') sha256sums=('a3e0d2ade8157ff379190f04a55a3acccb21507c0b54ca4510e8b514ade00f49')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"