r-scuttle: auto updated to 1.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:37:15 +00:00
parent b3367d9931
commit 1cfc0d3f90

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scuttle
_pkgver=1.4.0
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgrel=2
pkgver=1.6.0
pkgrel=1
pkgdesc='Single-Cell RNA-Seq Analysis Utilities'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -32,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c710f4258d24a229e122ccf69e0bcb8c104781337e072f690b6072c3bc596db5')
sha256sums=('42921bd382e8760f2c2ff9069192dcc90f81efc159829b33bb7a5d8e98795bd0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"