r-genomeinfodb: auto updated to 1.34.1-1

This commit is contained in:
BioArchLinuxBot 2022-11-04 18:01:11 +00:00
parent dac79e76d4
commit fde348c100

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomeInfoDb
_pkgver=1.34.0
_pkgver=1.34.1
pkgname=r-${_pkgname,,}
pkgver=1.34.0
pkgver=1.34.1
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=('6a86e207234c8229b3d3271da9215e033df5baceab499f580d4bdebed6661aaf')
sha256sums=('37f3d6fc80800c706263c44957c6616519f7e639636cc9f93dfc084a62050bcd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"