r-seqgate: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 21:39:53 +08:00
parent f182b0ec6a
commit 451da02616

View file

@ -3,7 +3,7 @@
_pkgname=SeqGate
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.4.0
pkgrel=1
pkgdesc='Filtering of Lowly Expressed Features'
arch=('any')
@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('9cd9eedb437b1f624978ca83a901e0110321caaa4a660f5cbc6c5f59458cb294')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"