r-ensembldb: auto updated to 2.24.1-1

This commit is contained in:
BioArchLinuxBot 2023-09-23 00:02:47 +00:00
parent 9c367230bb
commit addf93d77a

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ensembldb _pkgname=ensembldb
_pkgver=2.24.0 _pkgver=2.24.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.24.0 pkgver=2.24.1
pkgrel=3 pkgrel=1
pkgdesc='Utilities to create and use Ensembl-based annotation databases' pkgdesc='Utilities to create and use Ensembl-based annotation databases'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -42,7 +42,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('86cdbd7cf922743f56c84145ccf17c02c657f627cbf5e24b8aa580524e8f8566') sha256sums=('298ceaa79dbc6bacb4ac5767e448d25f653e68d6a4a81811bdded20c2ca5e3f4')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"