r-yapsa: auto updated to 1.26.8-1

This commit is contained in:
BioArchLinuxBot 2023-09-27 00:08:59 +00:00
parent 66f5a51588
commit 7424d5f910

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=YAPSA _pkgname=YAPSA
_pkgver=1.25.0 _pkgver=1.26.8
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.25.0 pkgver=1.26.8
pkgrel=1 pkgrel=1
pkgdesc='Yet Another Package for Signature Analysis' pkgdesc='Yet Another Package for Signature Analysis'
arch=('any') arch=('any')
@ -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=('ec28df5c464b13489c5b8f098b95346872ea4727974a2b7f46670a2ce93e6a77') sha256sums=('97ac0b87c8c98e662b3280d4d15e1fa00de1362ddf953c352e5d8e68e712399b')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"