r-biclust: auto updated to 2.0.3-1

This commit is contained in:
BioArchLinuxBot 2022-01-27 23:00:53 +00:00
parent c83fac773f
commit 2c3ab5ea48

View file

@ -3,7 +3,7 @@
_pkgname=biclust
_pkgver=2.0.3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.0.3
pkgrel=1
pkgdesc='BiCluster Algorithms'
arch=('x86_64')
@ -21,7 +21,7 @@ optdepends=(
r-isa2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('97b6927e580a188b218377a37bb37cbfe9de54bee8a8c759311936029c60fe51')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"