r-genomeinfodb: auto updated to 1.34.3-1

This commit is contained in:
BioArchLinuxBot 2022-11-12 00:02:07 +00:00
parent 5dbfb7d1d7
commit 6452e6724d

View file

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