r-epitxdb: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 02:16:33 +00:00
parent eb5c44ce6d
commit 0768d24853

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EpiTxDb
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgver=1.8.0
pkgrel=1
pkgdesc='Storing and accessing epitranscriptomic information using the AnnotationDbi interface'
arch=('any')
@ -43,7 +43,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg38.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5f693e3166e774395ae8cace21bb0d408d2b9704025fd02703f833de3127b66e')
sha256sums=('ba5d8e8740888be2aede2b5457b23997c0d19776189edf8e80e1ca23031caa8b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"