r-genomeinfodb: auto updated to 1.34.2-1

This commit is contained in:
BioArchLinuxBot 2022-11-08 00:02:25 +00:00
parent 99d0a0404f
commit ced50da13a

View file

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