r-genomeinfodb: auto updated to 1.32.2-1

This commit is contained in:
BioArchLinuxBot 2022-05-17 00:07:19 +00:00
parent fdec953afb
commit e6798b0911

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomeInfoDb
_pkgver=1.32.1
_pkgver=1.32.2
pkgname=r-${_pkgname,,}
pkgver=1.32.1
pkgver=1.32.2
pkgrel=1
pkgdesc='Utilities for manipulating chromosome names, including modifying them to follow a particular naming style'
arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-txdb.dmelanogaster.ucsc.dm3.ensgene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d5f7696eeeb48f01563aa82e1cce4aafb4db3c0110c23fe3fdf304dcfdcb0647')
sha256sums=('b0a7bed8527c89b04f96bcc169366c6b238b45d32fa760177ead6227165f67d8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"