r-dino: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 17:55:45 +00:00
parent a91181dc2d
commit a7b936ef46

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Dino
_pkgver=1.2.0
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=2
pkgver=1.4.0
pkgrel=1
pkgdesc='Normalization of Single-Cell mRNA Sequencing Data'
arch=('any')
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=('a090d0b7bef2dc50f0ac185d3ac7c99999fc555e29a03d50b0619301bca094e5')
sha256sums=('2efcc5e8f19c3eef71ab114fc841490222cc8db766b6113f040fc445846670cb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"