r-precisetad: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 17:50:05 +00:00
parent e8b45e8a4e
commit df1b7c2382

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=preciseTAD _pkgname=preciseTAD
_pkgver=1.14.0 _pkgver=1.16.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.14.0 pkgver=1.16.0
pkgrel=1 pkgrel=1
pkgdesc='preciseTAD: A machine learning framework for precise TAD boundary prediction' pkgdesc='preciseTAD: A machine learning framework for precise TAD boundary prediction'
arch=('any') arch=('any')
@ -36,7 +36,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=('6e8c136abde3e4745c4e4f42d9753a348880a05a4fea0d8404506c8bf001b83f') sha256sums=('2e906b99a72b2fce84a7aa57993be02a64016cd38e9e6b072df0653b020a36af')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"