r-appreci8r: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 17:36:00 +00:00
parent 160e8b34c4
commit b2630b8d38

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=appreci8R _pkgname=appreci8R
_pkgver=1.22.0 _pkgver=1.24.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.22.0 pkgver=1.24.0
pkgrel=1 pkgrel=1
pkgdesc='appreci8R: an R/Bioconductor package for filtering SNVs and short indels with high sensitivity and high PPV' pkgdesc='appreci8R: an R/Bioconductor package for filtering SNVs and short indels with high sensitivity and high PPV'
arch=('any') arch=('any')
@ -46,7 +46,7 @@ optdepends=(
r-org.hs.eg.db r-org.hs.eg.db
) )
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=('19cab34b8f5d11f28d8d904c13a0d02f0bc8c3d5a0f22641f394415a0e398bdb') sha256sums=('fdf8f7f8165006ec3dc6e6ff62cb2954f1a90363acc9ae7e86401813846ea2cd')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"