r-scuttle: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 00:16:08 +08:00
parent 4502a6ebb4
commit 3de8561c2c

View file

@ -4,7 +4,7 @@
_pkgname=scuttle
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.4.0
pkgrel=1
pkgdesc='Single-Cell RNA-Seq Analysis Utilities'
arch=('x86_64')
@ -32,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('c710f4258d24a229e122ccf69e0bcb8c104781337e072f690b6072c3bc596db5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"